Files
qt-creator/tests/auto/qml/codemodel/importscheck/importscheck.pro
Eike Ziller 53819123e7 Simplify RPATHs for qmake build
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>
2019-11-04 10:31:55 +00:00

19 lines
588 B
Prolog

QTC_LIB_DEPENDS += cplusplus utils extensionsystem
include(../../../qttest.pri)
DEFINES += QMLJS_LIBRARY
QT += qml xml
# direct dependency on qmljs for quicker turnaround when editing them
INCLUDEPATH+=$$IDE_SOURCE_TREE/src/libs
INCLUDEPATH+=$$IDE_SOURCE_TREE/src/libs/qmljs
include($$IDE_SOURCE_TREE/src/libs/qmljs/qmljs-lib.pri)
include($$IDE_SOURCE_TREE/src/libs/languageutils/languageutils-lib.pri)
DEFINES+=QTCREATORDIR=\\\"$$IDE_SOURCE_TREE\\\"
DEFINES+=TESTSRCDIR=\\\"$$PWD\\\"
LIBS += "-L$$IDE_LIBRARY_PATH"
TARGET = tst_qml_imports_check
SOURCES += \
tst_importscheck.cpp