Commit c112ed27 by xiaojing.zhang Committed by Carwyn

Release 生成pdb信息

parent f42b41d8
include ("qtservice/src/qtservice.pri")
QT += core widgets network
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
CONFIG += c++11
TARGET = FreemudPOS
TEMPLATE = app
......
......@@ -11,6 +11,9 @@ CONFIG(debug, debug|release) {
} else {
DESTDIR = $$PWD/../release/bins
}
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
win32 {
LIBS += -lpsapi
......
......@@ -7,7 +7,9 @@
QT -= gui
TEMPLATE = lib
DEFINES += FMPLOGGER_LIBRARY
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
#Source files and headers
SOURCES += \
fmp_logger.cpp \
......
QT += core
QT -= gui
TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
#
SOURCES += \
fmp_manager.cpp \
......
......@@ -6,6 +6,9 @@
QT += core gui network
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
TARGET = fmp_network
TEMPLATE = lib
......
TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
QT += core gui network winextras
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
......@@ -73,4 +76,4 @@ SOURCES += \
fmp_pe_handlers.cpp \
fmp_redeem.cpp \
fmp_redeem_plugin.cpp \
scanningdialog.cpp
\ No newline at end of file
scanningdialog.cpp
......@@ -7,6 +7,9 @@
QT += widgets
TEMPLATE = lib
QMAKE_LFLAGS_RELEASE += /MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE += /debug /opt:ref
DEFINES += QUAZIP_STATIC
......
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