summaryrefslogtreecommitdiff
path: root/server/udm-server.project
diff options
context:
space:
mode:
Diffstat (limited to 'server/udm-server.project')
-rw-r--r--server/udm-server.project10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/udm-server.project b/server/udm-server.project
index 9a2b1b2..39a75cc 100644
--- a/server/udm-server.project
+++ b/server/udm-server.project
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeLite_Project Name="udm-server">
<Plugins>
+ <Plugin Name="qmake">
+ <![CDATA[00010001N0005Debug000000000000]]>
+ </Plugin>
<Plugin Name="CMakePlugin">
<![CDATA[[{
"name": "Debug",
@@ -13,9 +16,6 @@
"parentProject": ""
}]]]>
</Plugin>
- <Plugin Name="qmake">
- <![CDATA[00010001N0005Debug000000000000]]>
- </Plugin>
</Plugins>
<Description/>
<Dependencies/>
@@ -89,8 +89,8 @@
<StartupCommands/>
</Debugger>
<PreBuild>
- <Command Enabled="no">#[ -d ../protocol ] || mkdir ../protocol</Command>
- <Command Enabled="no">#protoc --cpp_out=../protocol --proto_path=../protocol ../protocol/udm.proto</Command>
+ <Command Enabled="yes">[ -d ../protocol ] || mkdir ../protocol</Command>
+ <Command Enabled="yes">protoc --cpp_out=../protocol --proto_path=../protocol ../protocol/udm.proto</Command>
</PreBuild>
<PostBuild/>
<CustomBuild Enabled="no">