blob: fb3630ffe04106a9dd8f0d9b500523ff548b226a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
load(qttest_p4)
SOURCES = tst_qdeclarativemoduleplugin.cpp
QT += declarative
CONFIG -= app_bundle
symbian: {
importFiles.sources = data
importFiles.path = .
DEPLOYMENT = importFiles
} else {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
|