Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / qdeclarativeimage / qdeclarativeimage.pro
1 load(qttest_p4)
2 TEMPLATE = app
3 TARGET = tst_qdeclarativeimage
4 QT += declarative
5 macx:CONFIG -= app_bundle
6 CONFIG += release
7
8 SOURCES += tst_qdeclarativeimage.cpp
9
10 symbian {
11     importFiles.files = image.png
12     importFiles.path = 
13     DEPLOYMENT += importFiles
14 } else {
15     DEFINES += SRCDIR=\\\"$$PWD\\\"
16 }
17