##// END OF EJS Templates
Mac install_name_tool corrected to find dynamic libraries from correct place, if INSTALL_ROOT is used....
Mac install_name_tool corrected to find dynamic libraries from correct place, if INSTALL_ROOT is used. MAC: make install INSTALL_ROOT=<path_to_install_dir> failed, because install_name_tool expects the libraries to be in wrong place. Change-Id: I0025a0cb22b9c394694ece977053516c91028895 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2510:0fc60b87ece9
r2637:5d4e58d46862
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
QT += declarative
SOURCES += $$PWD/qmlapplicationviewer.cpp
HEADERS += $$PWD/qmlapplicationviewer.h
INCLUDEPATH += $$PWD
# Include JS debugger library if QMLJSDEBUGGER_PATH is set
!isEmpty(QMLJSDEBUGGER_PATH) {
include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
} else {
DEFINES -= QMLJSDEBUGGER
}