Minor tweaks.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
9d4a3a453c
commit
3a17359978
|
@ -7,8 +7,7 @@ RESOURCES += $$PWD/images.qrc
|
||||||
win32 {
|
win32 {
|
||||||
DEFINES += \
|
DEFINES += \
|
||||||
WIN32_LEAN_AND_MEAN \
|
WIN32_LEAN_AND_MEAN \
|
||||||
_CRT_SECURE_NO_WARNINGS \
|
_CRT_SECURE_NO_WARNINGS
|
||||||
WNEF_LINK_SYSLIB
|
|
||||||
CONFIG += windeployqt
|
CONFIG += windeployqt
|
||||||
CONFIG -= embed_manifest_exe
|
CONFIG -= embed_manifest_exe
|
||||||
LIBS += -luser32 -lshell32 -lgdi32 -ldwmapi -lshcore -ld2d1
|
LIBS += -luser32 -lshell32 -lgdi32 -ldwmapi -lshcore -ld2d1
|
||||||
|
|
Loading…
Reference in New Issue