switch to 64bit; refs #173

This commit is contained in:
Marc Wäckerlin
2013-06-20 09:05:01 +00:00
parent 7d10b872c9
commit c748f6a62c
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ macx {
LIBS += -framework PCSC
QMAKE_INCDIR += /System/Library/Frameworks/PCSC.framework/Headers
QMAKE_INFO_PLIST = Info.plist
CONFIG += x86
CONFIG += x86 x86_64
}
win32 {
QMAKE_LIBS += -lwinhttp -lgdi32 -lws2_32

View File

@@ -19,7 +19,7 @@ macx {
LIBS += -framework PCSC
QMAKE_INCDIR += /System/Library/Frameworks/PCSC.framework/Headers
QMAKE_INFO_PLIST = Info.plist
CONFIG += x86
CONFIG += x86 x86_64
}
win32 {
QMAKE_LIBS += -lwinhttp -lgdi32 -lws2_32

View File

@@ -22,7 +22,7 @@ macx {
LIBS += -framework PCSC
QMAKE_INCDIR += /System/Library/Frameworks/PCSC.framework/Headers
QMAKE_INFO_PLIST = Info.plist
CONFIG += x86
CONFIG += x86 x86_64
}
win32 {
QMAKE_LIBS += -lwinhttp -lgdi32 -lws2_32