Browse Source

change last occurance of mac to macx in Qt project-file

0.8
Philip Kaufmann 12 years ago
parent
commit
6ca5ee6211
  1. 2
      bitcoin-qt.pro

2
bitcoin-qt.pro

@ -335,7 +335,7 @@ windows:!contains(MINGW_THREAD_BUGFIX, 0) { @@ -335,7 +335,7 @@ windows:!contains(MINGW_THREAD_BUGFIX, 0) {
QMAKE_LIBS_QT_ENTRY = -lmingwthrd $$QMAKE_LIBS_QT_ENTRY
}
!windows:!mac {
!windows:!macx {
DEFINES += LINUX
LIBS += -lrt
}

Loading…
Cancel
Save