1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1461 fix copyqt logic: renamed variables

This commit is contained in:
James Duley 2014-08-28 08:56:27 +12:00
parent 3890c7858f
commit 21d8159135

View File

@ -97,9 +97,9 @@ macx {
GCS_QT_PLUGINS_PATH = $$GCS_BUILD_TREE/$$GCS_LIBRARY_BASENAME/qt5/plugins
GCS_QT_QML_PATH = $$GCS_BUILD_TREE/$$GCS_LIBRARY_BASENAME/qt5/qml
OP_TOOLS_DIR = $$clean_path($$GCS_SOURCE_TREE/../../tools)
INSTALL_LIBS_UP4 = $$clean_path($$[QT_INSTALL_LIBS]/../../../..)
equals(INSTALL_LIBS_UP4, $$OP_TOOLS_DIR) {
TOOLS_DIR = $$clean_path($$GCS_SOURCE_TREE/../../tools)
QT_INSTALL_DIR = $$clean_path($$[QT_INSTALL_LIBS]/../../../..)
equals(QT_INSTALL_DIR, $$TOOLS_DIR) {
copyqt = 1
} else {
copyqt = 0