summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qiodevice/qiodevice.pro
blob: 2a90ca100be47b55deed439e8d8b66420421151b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
TARGET = tst_qiodevice
QT = core network testlib
SOURCES = tst_qiodevice.cpp

wince* {
    addFiles.files = tst_qiodevice.cpp
    addFiles.path = .
    DEPLOYMENT += addFiles
    DEFINES += SRCDIR=\\\"\\\"
    !wince50standard-x86-msvc2005: DEFINES += WINCE_EMULATOR_TEST=1
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
MOC_DIR=tmp

mac: CONFIG += insignificant_test # QTBUG-22766