blob: bea771663ec2eac821c2ce0d4b2bb1a60f4974fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
############################################################
# Project file for autotest for file qfiledialog.h
############################################################
load(qttest_p4)
SOURCES += tst_qfiledialog.cpp
wince*|symbian: {
addFiles.sources = *.cpp
addFiles.path = .
filesInDir.sources = *.pro
filesInDir.path = someDir
DEPLOYMENT += addFiles filesInDir
}
symbian:TARGET.EPOCHEAPSIZE="0x100 0x1000000"
symbian:HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
|