2010-11-08 14:08:41 +01:00
|
|
|
TARGET = pluginspec
|
2010-10-11 16:26:15 +02:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
# Input
|
|
|
|
|
SOURCES += tst_pluginspec.cpp
|
|
|
|
|
|
2014-09-12 14:34:28 +02:00
|
|
|
DISTFILES += \
|
2014-08-26 17:29:38 +02:00
|
|
|
$$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
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2013-03-25 19:09:49 +01:00
|
|
|
QTC_LIB_DEPENDS += extensionsystem
|
2010-11-08 15:05:18 +01:00
|
|
|
include(../../qttest.pri)
|
2010-11-08 14:08:41 +01:00
|
|
|
|
2013-03-01 16:48:07 +01:00
|
|
|
DEFINES += "PLUGINSPEC_DIR=\\\"$$PWD\\\""
|
2014-08-26 17:29:38 +02:00
|
|
|
DEFINES += "PLUGIN_DIR=\\\"$$OUT_PWD\\\""
|