summaryrefslogtreecommitdiffstats
path: root/tests/auto/qudpsocket/test/test.pro
blob: 508dc970538824b26c965b83e34386d26eba9102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
load(qttest_p4)
SOURCES  += ../tst_qudpsocket.cpp
QT = core network

MOC_DIR=tmp

win32 {
  CONFIG(debug, debug|release) {
    DESTDIR = ../debug
} else {
    DESTDIR = ../release
  }
} else {
    DESTDIR = ../
}

wince*|symbian: {
    addApp.files = ../clientserver/clientserver.exe
    addApp.path = clientserver
    DEPLOYMENT += addApp
}

TARGET = tst_qudpsocket

symbian: TARGET.CAPABILITY += NetworkServices


CONFIG+=insignificant_test