blob: b7c70a1dab8124aa569c2d7e444bc82e45590b78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
load(qttest_p4)
SOURCES += tst_networkselftest.cpp
QT = core network
wince*: {
addFiles.files = rfc3252.txt
addFiles.path = .
DEPLOYMENT = addFiles
DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
addFiles.files = rfc3252.txt
addFiles.path = .
DEPLOYMENT = addFiles
} else:vxworks*: {
DEFINES += SRCDIR=\\\"\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
|