0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES += ../tst_qfile.cpp
|
|
3 |
|
|
4 |
wince*|symbian {
|
|
5 |
QT = core gui
|
33
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
6 |
files.sources += ..\\dosfile.txt ..\\noendofline.txt ..\\testfile.txt \
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
7 |
..\\testlog.txt ..\\two.dots.file ..\\tst_qfile.cpp \
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
8 |
..\\Makefile ..\\forCopying.txt ..\\forRenaming.txt
|
0
|
9 |
files.path = .
|
33
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
10 |
resour.sources += ..\\resources\\file1.ext1
|
0
|
11 |
resour.path = resources
|
|
12 |
|
|
13 |
DEPLOYMENT = files resour
|
|
14 |
}
|
|
15 |
|
|
16 |
wince* {
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
17 |
SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp # needed for QT_OPEN
|
0
|
18 |
DEFINES += SRCDIR=\\\"\\\"
|
|
19 |
} else:symbian {
|
|
20 |
# do not define SRCDIR at all
|
|
21 |
TARGET.EPOCHEAPSIZE = 0x100000 0x3000000
|
|
22 |
} else {
|
|
23 |
QT = core network
|
|
24 |
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
|
|
25 |
}
|
|
26 |
|
|
27 |
RESOURCES += ../qfile.qrc ../rename-fallback.qrc ../copy-fallback.qrc
|
|
28 |
|
|
29 |
TARGET = ../tst_qfile
|
|
30 |
|
|
31 |
win32 {
|
|
32 |
CONFIG(debug, debug|release) {
|
|
33 |
TARGET = ../../debug/tst_qfile
|
|
34 |
} else {
|
|
35 |
TARGET = ../../release/tst_qfile
|
|
36 |
}
|
|
37 |
LIBS+=-lole32 -luuid
|
|
38 |
}
|
|
39 |
|
|
40 |
|