no more 64bit; refs #173

This commit is contained in:
Marc Wäckerlin
2013-06-24 11:45:39 +00:00
parent c53e7862c6
commit f4370239cf
3 changed files with 3 additions and 3 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 x86_64
CONFIG += x86 #x86_64
QMAKE_CFLAGS_X86_64 += -mmacosx-version-min=10.6
QMAKE_CXXFLAGS_X86_64 = $$QMAKE_CFLAGS_X86_64
}