forked from github_mirror/framelesshelper
Win32: QMake: fix build error
Fixes: #76 Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
6acfdfdf61
commit
f18468dcca
|
@ -15,7 +15,7 @@ win32 {
|
||||||
_UNICODE
|
_UNICODE
|
||||||
CONFIG += windeployqt
|
CONFIG += windeployqt
|
||||||
CONFIG -= embed_manifest_exe
|
CONFIG -= embed_manifest_exe
|
||||||
LIBS += -ldwmapi
|
LIBS += -luser32 -lshell32 -ldwmapi
|
||||||
RC_FILE = $$PWD/windows.rc
|
RC_FILE = $$PWD/windows.rc
|
||||||
OTHER_FILES += $$PWD/windows.manifest
|
OTHER_FILES += $$PWD/windows.manifest
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue