Commit 0e5fba35 by xiaojing.zhang

release pdb 生成

parent a4490dab
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
QT += widgets QT += widgets
TEMPLATE = lib TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
SOURCES += fmp_settings.cpp \ SOURCES += fmp_settings.cpp \
fmp_settings_plugin.cpp \ fmp_settings_plugin.cpp \
...@@ -60,5 +63,6 @@ else { ...@@ -60,5 +63,6 @@ else {
system($$PWD/../fmprc.sh $$PWD/version.h $$ORIGIN_TARGET) system($$PWD/../fmprc.sh $$PWD/version.h $$ORIGIN_TARGET)
} }
FORMS += \ FORMS += \
ui/window.ui ui/window.ui
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