first commit

This commit is contained in:
bing
2026-04-03 11:32:07 +08:00
commit 003be19522
1142 changed files with 185854 additions and 0 deletions

View 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)