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

SOURCES += tst_typeimports.cpp

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