summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog2/qfiledialog2.pro
blob: a2149c8a39942c90ee1dcb084c4e9c8aad29faff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load(qttest_p4)

QT += widgets widgets-private
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/\\\"
}