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

SOURCES += tst_typeimports.cpp

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