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

SOURCES += tst_qdeclarativecomponent.cpp testtypes.cpp
HEADERS += testtypes.h

# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"