Commit e56e4444 by NitefullWind

1. 注释出错的编译配置步骤。

parent 06abf602
...@@ -182,12 +182,12 @@ odb.variable_out = SOURCES ...@@ -182,12 +182,12 @@ odb.variable_out = SOURCES
odb.clean = ${QMAKE_FILE_BASE}-odb.cxx ${QMAKE_FILE_BASE}-odb.hxx ${QMAKE_FILE_BASE}-odb.ixx ${QMAKE_FILE_BASE}.sql odb.clean = ${QMAKE_FILE_BASE}-odb.cxx ${QMAKE_FILE_BASE}-odb.hxx ${QMAKE_FILE_BASE}-odb.ixx ${QMAKE_FILE_BASE}.sql
QMAKE_EXTRA_COMPILERS += odb QMAKE_EXTRA_COMPILERS += odb
odbh.name = odb ${QMAKE_FILE_IN} #odbh.name = odb ${QMAKE_FILE_IN}
odbh.input = ODB_PWD_FILES #odbh.input = ODB_PWD_FILES
odbh.output = ${QMAKE_FILE_BASE}-odb.hxx #odbh.output = ${QMAKE_FILE_BASE}-odb.hxx
odbh.commands = @true #odbh.commands = @true
odbh.CONFIG = no_link #odbh.CONFIG = no_link
odbh.depends = ${QMAKE_FILE_BASE}-odb.cxx #odbh.depends = ${QMAKE_FILE_BASE}-odb.cxx
QMAKE_EXTRA_COMPILERS += odbh #QMAKE_EXTRA_COMPILERS += odbh
...@@ -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 38 #define VER_BUILD 39
//! 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