Use .manifest file for apps on Windows

Works with CMake, and also adds DPI awareness to DolphinQt2 (which
wasn't enabled before).
This commit is contained in:
Michael Maltese
2017-02-09 23:46:23 -08:00
parent 96e83b5d54
commit 715170759c
6 changed files with 29 additions and 3 deletions

View File

@ -108,7 +108,10 @@ if(APPLE)
endif()
if(WIN32)
list(APPEND SRCS DolphinWX.rc)
list(APPEND SRCS
DolphinWX.manifest
DolphinWX.rc
)
endif()
if(APPLE)