summaryrefslogtreecommitdiff
path: root/tests/auto/core/qivipendingreply/qivipendingreply.pro
blob: 36e0a423e441e1423fe5d3432a8dec9bc4714d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT       += testlib ivicore qml

TARGET = tst_qivipendingreply
QMAKE_PROJECT_NAME = $$TARGET
CONFIG   += testcase

TEMPLATE = app

SOURCES += \
    tst_qivipendingreply.cpp

DEFINES += SRCDIR=\\\"$$PWD/\\\"
TESTDATA = testdata/*

OTHER_FILES += testdata/*