mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-1879 remove openpilot hardcoding: use GCS_APP_TARGET name for library and data paths
This commit is contained in:
parent
d6eb85c5ee
commit
11beba3369
@ -141,9 +141,9 @@ macx {
|
||||
GCS_APP_TARGET = openpilotgcs
|
||||
GCS_PATH = $$GCS_BUILD_TREE
|
||||
GCS_APP_PATH = $$GCS_PATH/bin
|
||||
GCS_LIBRARY_PATH = $$GCS_PATH/lib/openpilotgcs
|
||||
GCS_LIBRARY_PATH = $$GCS_PATH/lib/$$GCS_APP_TARGET
|
||||
GCS_PLUGIN_PATH = $$GCS_LIBRARY_PATH/plugins
|
||||
GCS_DATA_PATH = $$GCS_PATH/share/openpilotgcs
|
||||
GCS_DATA_PATH = $$GCS_PATH/share/$$GCS_APP_TARGET
|
||||
GCS_DOC_PATH = $$GCS_PATH/share/doc
|
||||
|
||||
!isEqual(GCS_SOURCE_TREE, $$GCS_BUILD_TREE):copydata = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user