qt5base-lts/tests/auto/widgets/dialogs/qfiledialog2/qfiledialog2.pro
Jørgen Lind 7ca909a119 Enable tst_qfiledialog2 on OSX
Change-Id: I7147d326b0f5bb218f4dbc013ed82efb4c1e1440
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
2014-11-19 16:13:25 +01:00

23 lines
398 B
Prolog

CONFIG += testcase
TARGET = tst_qfiledialog2
QT += widgets widgets-private testlib
QT += core-private gui-private
SOURCES += tst_qfiledialog2.cpp
wince* {
addFiles.files = *.cpp
addFiles.path = .
filesInDir.files = *.pro
filesInDir.path = someDir
DEPLOYMENT += addFiles filesInDir
}
wince* {
DEFINES += SRCDIR=\\\"./\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}