forked from github_mirror/framelesshelper
parent
ae00984a3f
commit
b9b2e54427
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue