summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbytearray/qbytearray.pro
blob: f41c7ae12559f07f2bf28c56fc0c645f4c3cb3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
SOURCES  += tst_qbytearray.cpp


QT = core

wince*: {
   addFile.sources = rfc3252.txt
   addFile.path = .
   DEPLOYMENT += addFile
   DEFINES += SRCDIR=\\\"\\\"
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}