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

SOURCES += tst_typeimports.cpp

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