Commit 1161a14d by xiaojing.zhang

Release pdb生成

parent 288a7869
...@@ -9,6 +9,10 @@ TEMPLATE = lib ...@@ -9,6 +9,10 @@ TEMPLATE = lib
QT += core gui network sql concurrent QT += core gui network sql concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
CONFIG += c++11 CONFIG += c++11
SOURCES += \ SOURCES += \
......
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