QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / qdeclarativeimage / qdeclarativeimage.pro
1 CONFIG += testcase
2 TEMPLATE = app
3 TARGET = tst_qdeclarativeimage
4 QT += declarative testlib
5 macx:CONFIG -= app_bundle
6 CONFIG += release
7
8 SOURCES += tst_qdeclarativeimage.cpp
9
10 DEFINES += SRCDIR=\\\"$$PWD\\\"
11