summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdatastream/qdatastream.pro
blob: 5d80b4f65c515009404a25ac276532c6a531beaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
SOURCES += tst_qdatastream.cpp
QT += gui widgets
wince*: {
   addFiles.files = datastream.q42
   addFiles.path = .
   DEPLOYMENT += addFiles
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}