aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qdeclarativeimage/qdeclarativeimage.pro
blob: 0d7c184f3779e3c7a8e1091c5a433f0249595fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qdeclarativeimage
QT += declarative
macx:CONFIG -= app_bundle
CONFIG += release

SOURCES += tst_qdeclarativeimage.cpp

symbian {
    importFiles.files = image.png
    importFiles.path = 
    DEPLOYMENT += importFiles
} else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}