aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/compilation/compilation.pro
blob: 44ea3d0c685d1022905f7508b0284d2b9da6b3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TEMPLATE = app
TARGET = tst_compilation
QT += declarative testlib
macx:CONFIG -= app_bundle

CONFIG += release

SOURCES += tst_compilation.cpp

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