mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
a0cbe21eb3
This will allow us to create a simpler project file for those that use the qt-creator gui. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2529 ebee16cc-31ac-478f-84a7-5cbb03baadba
10 lines
400 B
Plaintext
10 lines
400 B
Plaintext
include(../../plugins/coreplugin/coreplugin.pri)
|
|
include(../../libs/utils/utils.pri)
|
|
|
|
# Provide the path to the auto-generated uavobject source files for the GCS.
|
|
UAVOBJECT_SYNTHETICS=$${GCS_BUILD_TREE}/../../uavobject-synthetics/gcs
|
|
#message(UAVOBJECT_SYNTHETICS is $$UAVOBJECT_SYNTHETICS)
|
|
|
|
# Add the include path to the auto-generated uavobject include files.
|
|
INCLUDEPATH += $$UAVOBJECT_SYNTHETICS
|