Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-03-30 21:37:26 +08:00
parent ae00984a3f
commit b9b2e54427
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CONFIG += c++17 strict_c++ utf8_source warn_on
win32 { win32 {
CONFIG -= embed_manifest_exe CONFIG -= embed_manifest_exe
RC_FILE = resources.rc RC_FILE = resources.rc
LIBS += -luser32 -lshell32 -lgdi32 -ldwmapi -luxtheme -ld2d1 LIBS += -luser32 -lgdi32 -ldwmapi -luxtheme -ld2d1
} }
DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
HEADERS += winnativeeventfilter.h HEADERS += winnativeeventfilter.h