mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-05 16:46:06 +01:00
3e815ca8d5
This changeset: - moves all ground targets one level up, under build directory. The build/ground was created as a workaround, now unnecessary; - fixes QtCreator builds, they are separated from command line builds; - moves GCS autogenerated files into openpilotgcs-synthetics directory. The resulting build subdirectory now looks like: build openpilotgcs <- Qt-Creator build directory openpilotgcs-synthetics <- version-info and opfw_resource openpilotgcs_debug openpilotgcs_release <- Makefile build directory uavobject-synthetics uavobjgenerator NOTE: you should update the shadow build path in QtCreator to build, not build/ground as before. +review OPReview
10 lines
397 B
Plaintext
10 lines
397 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
|