summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qdeclarativeimage/qdeclarativeimage.pro
blob: c4d56098c382f82ee68e9d12f628eb184c03ca79 (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\\\"
}