1load(qttest_p4)
2TEMPLATE = app
3TARGET = tst_qdeclarativeimage
4QT += declarative
5macx:CONFIG -= app_bundle
6CONFIG += release
7
8SOURCES += tst_qdeclarativeimage.cpp
9
10symbian {
11    importFiles.files = image.png
12    importFiles.path =
13    DEPLOYMENT += importFiles
14} else {
15    DEFINES += SRCDIR=\\\"$$PWD\\\"
16}
17
18