37fc7b5fe6
This autotest sometimes passes and sometimes fails. Task-number: QTBUG-21109 Change-Id: I160b43a1abd0de7350029f2eb758f177e880d38d Reviewed-on: http://codereview.qt.nokia.com/3575 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
31 lines
805 B
Prolog
31 lines
805 B
Prolog
############################################################
|
|
# Project file for autotest for file qfiledialog.h
|
|
############################################################
|
|
|
|
load(qttest_p4)
|
|
|
|
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
|