0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES += tst_qdir.cpp
|
|
3 |
RESOURCES += qdir.qrc
|
|
4 |
QT = core
|
|
5 |
|
|
6 |
wince*|symbian {
|
|
7 |
DirFiles.sources = testdir testdata searchdir resources entrylist types tst_qdir.cpp
|
|
8 |
DirFiles.path = .
|
|
9 |
DEPLOYMENT += DirFiles
|
|
10 |
}
|
|
11 |
|
|
12 |
wince* {
|
|
13 |
DEFINES += SRCDIR=\\\"\\\"
|
|
14 |
} else:symbian {
|
|
15 |
TARGET.CAPABILITY += AllFiles
|
|
16 |
TARGET.UID3 = 0xE0340002
|
|
17 |
DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
|
|
18 |
} else {
|
|
19 |
contains(QT_CONFIG, qt3support):QT += qt3support
|
|
20 |
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
21 |
}
|
|
22 |
|