first commit
This commit is contained in:
9
doc/qxorm_fr/resource/qxServiceServer.pro
Normal file
9
doc/qxorm_fr/resource/qxServiceServer.pro
Normal file
@@ -0,0 +1,9 @@
|
||||
include(./qxService.pri)
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
OBJECTS_DIR = ./debug/debug_server/
|
||||
TARGET = qxServiceServerd
|
||||
} else {
|
||||
OBJECTS_DIR = ./release/release_server/
|
||||
TARGET = qxServiceServer
|
||||
} # CONFIG(debug, debug|release)
|
||||
Reference in New Issue
Block a user