aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlcomponent/qqmlcomponent.pro
blob: 12a53f5e20ebcab7d1c6457b0d853211e269ade2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TEMPLATE = app
TARGET = tst_qqmlcomponent
QT += qml testlib
macx:CONFIG -= app_bundle

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

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