Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
26 lines
588 B
Prolog
26 lines
588 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_qfiledialog2
|
|
QT += testlib
|
|
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/\\\"
|
|
}
|