Browse Source

Merge pull request #1857 from Diapolo/pro-file

change last occurance of mac to macx in Qt project-file
pull/145/head
Wladimir J. van der Laan 12 years ago
parent
commit
f5cb3488be
  1. 2
      bitcoin-qt.pro

2
bitcoin-qt.pro

@ -337,7 +337,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