04aa760711
Remove #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library, examples and tests. Task-number: QTBUG-51673 Change-Id: I3706336395620522ceda414d7437295d9ec64f16 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
22 lines
357 B
Prolog
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 = ..
|
|
}
|
|
|