summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qlocalsocket/test/test.pro
blob: ab9ed90b1d5a3145642f3c7278fead3fd53647cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CONFIG += testcase

DEFINES += QLOCALSERVER_DEBUG
DEFINES += QLOCALSOCKET_DEBUG
DEFINES += SRCDIR=\\\"$$PWD/../\\\"

QT = core network testlib

SOURCES += ../tst_qlocalsocket.cpp

TARGET = tst_qlocalsocket
CONFIG(debug_and_release) {
  CONFIG(debug, debug|release) {
    DESTDIR = ../debug
  } else {
    DESTDIR = ../release
  }
} else {
  DESTDIR = ..
}