first commit
This commit is contained in:
11
doc/qxorm_fr/resource/qxServiceClient.pro
Normal file
11
doc/qxorm_fr/resource/qxServiceClient.pro
Normal file
@@ -0,0 +1,11 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user