equal
deleted
inserted
replaced
|
1 ############################################################ |
|
2 # Project file for autotest for file qfiledialog.h |
|
3 ############################################################ |
|
4 |
|
5 load(qttest_p4) |
|
6 |
|
7 SOURCES += tst_qfiledialog.cpp |
|
8 |
|
9 wince*|symbian { |
|
10 addFiles.sources = *.cpp |
|
11 addFiles.path = . |
|
12 filesInDir.sources = *.pro |
|
13 filesInDir.path = someDir |
|
14 DEPLOYMENT += addFiles filesInDir |
|
15 } |
|
16 |
|
17 symbian:TARGET.EPOCHEAPSIZE="0x100 0x1000000" |
|
18 symbian:HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h |
|
19 |
|
20 wince* { |
|
21 DEFINES += SRCDIR=\\\"./\\\" |
|
22 } else:symbian { |
|
23 TARGET.UID3 = 0xE0340003 |
|
24 DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) |
|
25 } else { |
|
26 DEFINES += SRCDIR=\\\"$$PWD/\\\" |
|
27 } |