mirror of https://gitee.com/cxasm/notepad--.git
commit
2c8c1d9d0f
|
@ -3,7 +3,7 @@ LANGUAGE = C++
|
|||
|
||||
TARGET = Notepad--
|
||||
|
||||
CONFIG += qt warn_on Debug
|
||||
CONFIG += qt warn_on
|
||||
|
||||
QT += core gui widgets concurrent network xmlpatterns
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
!win32:VERSION = 15.1.0
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += qt warn_off thread exceptions hide_symbols debug staticlib
|
||||
CONFIG += qt warn_off thread exceptions hide_symbols staticlib
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
mac: {
|
||||
|
|
Loading…
Reference in New Issue