qt5base-lts/tests/auto/widgets/dialogs/qfiledialog/qfiledialog.pro
Jo Asplin 9f1aa866bd Moved tests into integrationtests/ and widgets/
Task-number: QTBUG-19013

Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461
Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
2011-10-20 19:45:41 +02:00

24 lines
532 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* {
addFiles.files = *.cpp
addFiles.path = .
filesInDir.files = *.pro
filesInDir.path = someDir
DEPLOYMENT += addFiles filesInDir
}
wince* {
DEFINES += SRCDIR=\\\"./\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}