Commit 4d8b761a by Carwyn

1.EXE生成名修改为FreemudPOS

parent 1dc2d0d7
...@@ -3,7 +3,7 @@ include ("qtservice/src/qtservice.pri") ...@@ -3,7 +3,7 @@ include ("qtservice/src/qtservice.pri")
QT += core widgets QT += core widgets
CONFIG += c++11 CONFIG += c++11
TARGET = fmPos TARGET = FreemudPOS
TEMPLATE = app TEMPLATE = app
INCLUDEPATH += $$PWD/../include/interface INCLUDEPATH += $$PWD/../include/interface
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#define VER_MINOR 1 #define VER_MINOR 1
#define VER_REVISION 0 #define VER_REVISION 0
#define VER_BUILD 13 #define VER_BUILD 23
//! Convert version numbers to string //! Convert version numbers to string
#define _STR(S) #S #define _STR(S) #S
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment