aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/typeimports/typeimports.pro
blob: 403387f0ce58bb1961b1c55e396ca94738b2c947 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TEMPLATE = app
TARGET = tst_typeimports
QT += declarative testlib
macx:CONFIG -= app_bundle

SOURCES += tst_typeimports.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"