Files
qt-creator/tests/auto/qml/persistenttrie/persistenttrie.pro
Oswald Buddenhagen c61210089f define QT_CREATOR centrally
numerous "3rdparty" libraries have respective #ifdefs, and consequently
the define is added in several places. it's quite a mess with the .pr?
and .qbs files, though. solve the problem by sidestepping it.

Change-Id: I5a6b1ba7cfe96b44f0a4f4ef9738900906a44316
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-04-02 12:20:37 +02:00

26 lines
523 B
Prolog

include(../../qttest.pri)
DEFINES+=QTCREATORDIR=\\\"$$IDE_SOURCE_TREE\\\"
DEFINES+=TESTSRCDIR=\\\"$$PWD\\\"
include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri)
include($$IDE_SOURCE_TREE/src/libs/languageutils/languageutils.pri)
include($$IDE_SOURCE_TREE/src/libs/qmljs/qmljs.pri)
TARGET = tst_trie_check
HEADERS += tst_testtrie.h
SOURCES += \
tst_testtrie.cpp
TEMPLATE = app
TARGET = tester
DEFINES += QMLJS_BUILD_DIR
OTHER_FILES += \
listAll.data \
intersect.data \
merge.data \
completion.data