switch to 64bit; refs #173

This commit is contained in:
Marc Wäckerlin
2013-06-20 10:41:36 +00:00
parent c748f6a62c
commit a567179a0d

View File

@@ -16,11 +16,6 @@ unix {
}
}
macx {
QMAKE_INCDIR += /opt/local/include
QMAKE_LIBDIR += /opt/local/lib
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 x86_64
}