Files
XdlOrm/test/qxClientServer/qxService/qxServiceClient.pro
2026-04-03 11:32:07 +08:00

12 lines
262 B
Prolog

include(./qxService.pri)
DEFINES += _QX_SERVICE_MODE_CLIENT
CONFIG(debug, debug|release) {
OBJECTS_DIR = ./debug/debug_client/
TARGET = qxServiceClientd
} else {
OBJECTS_DIR = ./release/release_client/
TARGET = qxServiceClient
} # CONFIG(debug, debug|release)