forked from qt-creator/qt-creator
Use central rpath.pri for setting RPATHs and qttestrpath.pri for tests. Simplify install names of plugins and libraries on macOS to be just @rpath/libName, which follows convention better and makes setting up RPATHs easier. Preparation for moving tools one directory level down on macOS, to be able to add a qt.conf for the tools generically. Task-number: QTCREATORBUG-23120 Change-Id: I16625d48904abd3a7f4c2ad7bbba5916cdc400cd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
10 lines
248 B
Prolog
10 lines
248 B
Prolog
#include(../shared/shared.pri)
|
|
QTC_LIB_DEPENDS += utils
|
|
include(../../qttest.pri)
|
|
#DEFINES+=CPLUSPLUS_BUILD_STATIC_LIB
|
|
|
|
#DEFINES += Q_PLUGIN_PATH=\"\\\"$$IDE_PLUGIN_PATH\\\"\"
|
|
|
|
DEFINES += TESTSRCDIR=\\\"$$PWD\\\"
|
|
SOURCES += $$PWD/tst_qrcparser.cpp
|