d0c48efbae
Conflicts: src/gui/accessible/qaccessible.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication.h src/gui/kernel/qapplication_mac.mm src/gui/kernel/qapplication_qws.cpp src/gui/kernel/qapplication_s60.cpp src/gui/kernel/qapplication_win.cpp src/gui/kernel/qapplication_x11.cpp src/gui/kernel/qdnd_x11.cpp src/gui/kernel/qwidget.cpp src/gui/widgets/qlabel.cpp Change-Id: Ief9c75724d2cff89ed45f009bdee2ffc5e4395ba
31 lines
834 B
Prolog
31 lines
834 B
Prolog
############################################################
|
|
# Project file for autotest for file qfiledialog.h
|
|
############################################################
|
|
|
|
load(qttest_p4)
|
|
QT += widgets widgets-private
|
|
QT += core-private gui-private
|
|
SOURCES += tst_qfiledialog.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/\\\"
|
|
}
|
|
|
|
qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|