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

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