author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += ../tst_qfile.cpp |
|
3 |
||
4 |
wince*|symbian { |
|
5 |
QT = core gui |
|
6 |
files.sources += ..\dosfile.txt ..\noendofline.txt ..\testfile.txt \ |
|
7 |
..\testlog.txt ..\two.dots.file ..\tst_qfile.cpp \ |
|
8 |
..\Makefile ..\forCopying.txt ..\forRenaming.txt |
|
9 |
files.path = . |
|
10 |
resour.sources += ..\resources\file1.ext1 |
|
11 |
resour.path = resources |
|
12 |
||
13 |
DEPLOYMENT = files resour |
|
14 |
} |
|
15 |
||
16 |
wince* { |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
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 |