Răsfoiți Sursa

!13 修复编译错误
Merge pull request !13 from taotieren/fix-build-errors

爬山虎 2 ani în urmă
părinte
comite
2c8c1d9d0f
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      src/RealCompare.pro
  2. 1 1
      src/qscint/src/qscintilla.pro

+ 1 - 1
src/RealCompare.pro

@@ -3,7 +3,7 @@ LANGUAGE = C++
 
 
 TARGET = Notepad--
 TARGET = Notepad--
 
 
-CONFIG	+= qt warn_on Debug
+CONFIG	+= qt warn_on
 
 
 QT += core gui widgets concurrent network xmlpatterns
 QT += core gui widgets concurrent network xmlpatterns
 
 

+ 1 - 1
src/qscint/src/qscintilla.pro

@@ -21,7 +21,7 @@
 !win32:VERSION = 15.1.0
 !win32:VERSION = 15.1.0
 
 
 TEMPLATE = lib
 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) {
 CONFIG(debug, debug|release) {
     mac: {
     mac: {