summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdatastream/qdatastream.pro
blob: b8af1b461e20202e79df0b10423fd9fb38a7753b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qdatastream
QT += widgets testlib
SOURCES = tst_qdatastream.cpp

wince* {
    addFiles.files = datastream.q42
    addFiles.path = .
    DEPLOYMENT += addFiles
    DEFINES += SRCDIR=\\\"\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}