aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/test.pro
blob: 2a24f0d3376f3cc76d8718f19855c3e4938471b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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\\\""