added window icon for mac and win, refs #44

This commit is contained in:
Nick Hangartner
2011-06-06 13:25:05 +00:00
parent 1024b04489
commit 9c3659ed61
6 changed files with 36 additions and 0 deletions

View File

@@ -16,12 +16,15 @@ macx {
QMAKE_LFLAGS += -F/System/Library/Frameworks/PCSC.framework
LIBS += -framework PCSC
QMAKE_INCDIR += /System/Library/Frameworks/PCSC.framework/Headers
QMAKE_INFO_PLIST = Info.plist
CONFIG += x86
}
win32 {
QMAKE_LIBS += -lwinhttp -lgdi32 -lws2_32 -lwinscard
CONFIG += console
}
ICON = swisssurfer.icns
TRANSLATIONS = @PACKAGENAME@_en.ts \
@PACKAGENAME@_de.ts \
@PACKAGENAME@_fr.ts \