summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog/qfiledialog.pro
blob: 92fba987965c32b368a5ac56346e1753888e6100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
############################################################
# 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/\\\"
}