GUI: Add manifest for Windows build.

This commit is contained in:
Kimmo Varis 2009-05-30 20:49:17 +03:00
parent 997872f624
commit fba1102689
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ MOC_DIR = temp
OBJECTS_DIR = temp
CONFIG += warn_on debug
RESOURCES = gui.qrc
# Windows-specific options
CONFIG += embed_manifest_exe
RC_FILE = cppcheck-gui.rc
win32:LIBS += -lshlwapi