Files
qt5.12.8/tests/auto/network/socket/qlocalsocket/test/test.pro
2025-08-26 22:57:23 +08:00

22 lines
357 B
Prolog

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