Files
qt-creator/tests/auto/extensionsystem/pluginspec/test.pro
Eike Ziller b5b6a46b4e ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
2014-09-02 15:11:24 +02:00

27 lines
763 B
Prolog

TARGET = pluginspec
# Input
SOURCES += tst_pluginspec.cpp
OTHER_FILES += \
$$PWD/testspecs/simplespec.json \
$$PWD/testspecs/simplespec_experimental.json \
$$PWD/testspecs/spec1.json \
$$PWD/testspecs/spec2.json \
$$PWD/testspecs/spec_wrong2.json \
$$PWD/testspecs/spec_wrong3.json \
$$PWD/testspecs/spec_wrong4.json \
$$PWD/testspecs/spec_wrong5.json \
$$PWD/testdependencies/spec1.json \
$$PWD/testdependencies/spec2.json \
$$PWD/testdependencies/spec3.json \
$$PWD/testdependencies/spec4.json \
$$PWD/testdependencies/spec5.json \
$$PWD/testdir/spec.json
QTC_LIB_DEPENDS += extensionsystem
include(../../qttest.pri)
DEFINES += "PLUGINSPEC_DIR=\\\"$$PWD\\\""
DEFINES += "PLUGIN_DIR=\\\"$$OUT_PWD\\\""