qt5base-lts/tests/auto/network/socket/qlocalsocket/test/test.pro

22 lines
357 B
Prolog
Raw Normal View History

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 = ..
}