Don Gagne
a389160c4d
Make qgroundcontrol.pri agnostic to app name
...
Use TARGET instead of hardcoded qgroundcontrol.app name. This allows
this file to build unit test app as well as qgroundcontrol app.
12 years ago
Don Gagne
4a91f435f4
Windows build required atlbase.h
...
While testing the previous commit on Windows I found that I could not
compile windows due to include of atlbase.h. This file is no longer
available in SDKs. It is only available in for money versions of VIsual
Studio. Luckily this include was not needed. So I just removed it and
Windows now builds again with just VS Express. Tested all changes on
OSX, Linux and Windows (including speech on windows, which still works).
12 years ago
Don Gagne
44cb715f84
Use same resource file list between builds
...
Linux build was broken due to the fact that it wasn’t copying qml
files. With each build flavor having it’s own seperate copy code it was
easy for these to get out of sync. Centralized the copy list so that it
remains in sync across flavors.
12 years ago
Don Gagne
694091f9bc
Fixed broken UnitTest build
...
Build files were broken for unit test. Seems to difficult to try to kep
qgroundcontrol.pro and qgcunittest.pro in sync with each other. Instead
I made qgcunittest.pro just include qgroundcontrol.pro. This required
some tweaks to allow TARGET to be set from the outside as well as to
leave out main.cc. Also needed to modify qgroundcontrol.pri to use
TARGET instead of hardcoding app name. This way it can build either
qgroundcontrol.pp or qgcunittest.app. At this point only works on osx.
12 years ago
Jean Cyr
34920fe235
Fix crash under Windows invoking the APM autopilot
...
- APM resources were not installed
12 years ago
Jean Cyr
a27dd82ad8
Fix copy target for release build
12 years ago
Jean Cyr
ffddac5111
Put build copies in their proper place
...
- DLL copying belongs in qgroundcontrol.pro, not qupdate.pro
- Turn on link time code generation for better (global) optimization
12 years ago
Lorenz Meier
b34e16fb75
Revert "eliminate refs to nonexistent toolbar files"
...
This reverts commit 09452414f7
.
12 years ago
tstellanova
09452414f7
eliminate refs to nonexistent toolbar files
12 years ago
Lorenz Meier
64cfb10be2
Fixed indendation
12 years ago
Geoff Fink
282af44cbe
A few other include fixes
12 years ago
Geoff Fink
b3f2af3c3a
Added include path for protobuf
12 years ago
Bill Bonney
aa582da29d
First commit of the new APM Toolbar
12 years ago
Bill Bonney
04040e40ef
First Commit with new changes to support new QtSerialPort (not yet working)
12 years ago
Lorenz Meier
c2d396db6d
Potential fixes for ActiveQt
12 years ago
Lorenz Meier
44e5b5d692
Mac compile fixes
12 years ago
Michael Carpenter
3c73f51de6
Changes to allow for compiling with MSVC2012
12 years ago
Thomas Gubler
9e43860b43
archlinux compatibility
12 years ago
Lorenz Meier
578c6ab05c
Removed annoying compile message
13 years ago
Bryant
975f6fb5eb
Fixed compilation in Windows.
13 years ago
James Goppert
d953c00731
Minor compile fixes.
13 years ago
Bryant
42d95c19ff
Enabled multi-core compilation of QGC within Visual Studio.
13 years ago
Bryant Mairs
ca5245c064
Cleaned up the qgroundcontrol.pri build file for win32-vs20**. Some extra
...
stuff was copied that didn't need to be and some things were missing.
For example, the release build couldn't be copied and run on another
computer because the Visual Studio runtime DLLs weren't copied. Their
license allows them to be distributed, so this is fine to do.
13 years ago
Lorenz Meier
b9b9fbc419
Fixed SDL include path
13 years ago
Lorenz Meier
ab57e1ba72
Cleaned up SDL framework inclusion, removed dependency to system-wide installed SDL
13 years ago
Lorenz Meier
6ffe3d8672
Updated MAVLink, fixed typo there, fixed missing header in HIL
13 years ago
Jessica
1fef8b3b73
Addressed issue #26 . Select System, Plugins and System are disabled when neccessary. Removed style-outdoor-dark.css. Moved the other two .css files and Vera.ttf into files/styles.
13 years ago
Jessica
16e84a54ff
Moved the images folder to the files directory. Changed all of the paths to images to files/images.
13 years ago
unknown
3e0ebee18c
Added a line in qgroundcontrol.pri to include QtTestd4.dll so that the
...
unit tests will run on windows.
13 years ago
Jessica
1075997813
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
13 years ago
Jessica
6c6684d394
Moved the images folder to the files directory. Changed all of the paths to images to files/images.
13 years ago
Lorenz Meier
d4c5a5f2f6
Updated to most recent MAVLink v1.0.8
13 years ago
Bryant Mairs
6df76bb1f1
Corrected the Windows Visual Studio compilation so that release builds no longer have a console or debugging macros while the debug builds have both.
...
Fixed indentation across all build scripts (.pro/.pri) to be 4-spaces and consistent.
Updated the README with proper Visual Studio compilation instructions for both VS2010 and VS2008.
13 years ago
hengli
f7ce46b498
Removed outdated MAVLINK v0.9 version as QGC does not work with this version. Added feature to import COLLADA terrain model and visualize model in 3D view.
13 years ago
James Goppert
a4f73ca87e
Cleaned up linux qmake files.
13 years ago
Lorenz Meier
a9f8dccb3f
Made QtOSG truly optional
13 years ago
Bryant Mairs
c3ebf0796c
Re-add copying of /models directory that was accidentally removed during last merge.
13 years ago
LM
a347a65985
Formatting, fixing audio alarms
13 years ago
pixhawk
ddd6934ab8
Made Ubuntu 64 compilation work
13 years ago
Bryant Mairs
216b023695
Compilation on Windows VS2010 now properly copies necessary support libraries to the /debug and /release directories based on which is currently building. These copies are also only done if they are necessary.
...
I removed copying of the plugins folder from Qt to the executable directory as I don't believe it's necessary anymore.
13 years ago
Bryant Mairs
75792ccfe1
Fixed problems copying support files during Windows compilation.
13 years ago
Bryan Godbolt
b6661a1b59
fixed build on ubuntu x64
13 years ago
LM
c2f4dc0dee
Small compile fixes, fixed image copy calls for non-visible Huds
13 years ago
LM
aafc43304a
Minor cleanups in various places
13 years ago
hengli
a3ff7d45ff
Added visualization of obstacles. Fixed relative font path issue in 3D widgets by using QFont within osgText::Font instead of using static font filename.
13 years ago
LM
0b4c4b5c61
Reverted to 32bit for OS X to re-enable Google Earth, fixed persistence of command button
13 years ago
Lorenz Meier
909727e360
Added auto-fixing of OpenSceneGraph library dependencies on Mac OS X
14 years ago
LM
3f331cd354
Temporarily fixed application closedown crash, needs further work to become clean
14 years ago
Lorenz Meier
e889f90849
Fixed 64/32bit OS detection on Mac OS issue
14 years ago
pixhawk
9666feaab1
Fixes to Linux build
14 years ago