Files
qt-creator/tests/auto/extensionsystem/pluginspec/test.pro
Christian Stenger ec9a72808f Tests: Fix pluginspecs test for cmake
Change-Id: I700bd9cbcdabfa08863ffb727a084a9339e660d5
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-02-10 05:24:38 +00:00

28 lines
831 B
Prolog

TARGET = pluginspec
# Input
SOURCES += tst_pluginspec.cpp
DISTFILES += \
$$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\\\""
DEFINES += "DLL_INFIX=\\\"d$$section(QTCREATOR_VERSION, ., 0, 0)\\\""