summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qiodevice/qiodevice.pro
blob: fa5ee1492c71cacf44d1c80407915a80f7c21812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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