2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
|
|
|
|
2011-05-23 14:49:06 +00:00
|
|
|
QT += widgets widgets-private
|
2011-05-11 04:02:54 +00:00
|
|
|
QT += core-private gui-private
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qfiledialog2.cpp
|
|
|
|
|
|
|
|
wince*|symbian {
|
|
|
|
addFiles.files = *.cpp
|
|
|
|
addFiles.path = .
|
|
|
|
filesInDir.files = *.pro
|
|
|
|
filesInDir.path = someDir
|
|
|
|
DEPLOYMENT += addFiles filesInDir
|
|
|
|
}
|
|
|
|
|
|
|
|
symbian:TARGET.EPOCHEAPSIZE="0x100 0x1000000"
|
|
|
|
symbian:HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
|
|
|
|
|
|
|
|
wince* {
|
|
|
|
DEFINES += SRCDIR=\\\"./\\\"
|
|
|
|
} else:symbian {
|
|
|
|
TARGET.UID3 = 0xE0340003
|
|
|
|
DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
|
|
|
|
} else {
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
}
|