2011-04-27 10:05:43 +00:00
|
|
|
############################################################
|
|
|
|
# Project file for autotest for file qfiledialog.h
|
|
|
|
############################################################
|
|
|
|
|
2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qfiledialog
|
|
|
|
QT += widgets widgets-private testlib
|
2011-05-16 14:59:05 +00:00
|
|
|
QT += core-private gui-private
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qfiledialog.cpp
|
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
wince* {
|
2011-04-27 10:05:43 +00:00
|
|
|
addFiles.files = *.cpp
|
|
|
|
addFiles.path = .
|
|
|
|
filesInDir.files = *.pro
|
|
|
|
filesInDir.path = someDir
|
|
|
|
DEPLOYMENT += addFiles filesInDir
|
|
|
|
}
|
|
|
|
|
|
|
|
wince* {
|
|
|
|
DEFINES += SRCDIR=\\\"./\\\"
|
|
|
|
} else {
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
}
|
2015-05-24 14:30:05 +00:00
|
|
|
|
|
|
|
linux*: CONFIG += insignificant_test # Crashes on different Linux distros
|