summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket/test/test.pro
blob: 6ff5dca81348020e4fd35f7a5cf17b1dba144b96 (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
CONFIG += testcase
SOURCES  += ../tst_qudpsocket.cpp
QT = core network testlib

MOC_DIR=tmp

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

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

TARGET = tst_qudpsocket

CONFIG+=insignificant_test