Commit f2494a31 by xiaojing.zhang

release pdb 生成

parent f76742c3
......@@ -7,6 +7,9 @@
include(../fmvip/fmvip.pri)
TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
QT += core gui network sql concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
......
......@@ -7,6 +7,9 @@ QT += testlib sql network core gui
CONFIG += C++11
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
TEMPLATE = app
......
......@@ -3,6 +3,9 @@ include(../../fmvip/fmvip.pri)
QT += testlib sql
CONFIG += C++11
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
......
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