aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/script/script.pro
blob: 310d17d3c9f5f2e31021da83d46b508ea69f86aa (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TEMPLATE = app
TARGET = tst_script
QT += declarative testlib
macx:CONFIG -= app_bundle
CONFIG += release

SOURCES += tst_script.cpp

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