!13 修复编译错误

Merge pull request !13 from taotieren/fix-build-errors
This commit is contained in:
爬山虎 2023-01-31 15:03:57 +00:00 committed by Gitee
commit 2c8c1d9d0f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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: {