aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-09-25 02:53:12 -0700
committerWladimir J. van der Laan <[email protected]>2012-09-25 02:53:12 -0700
commitf5cb3488be9110d52c20404fd297787d24830cf8 (patch)
tree8c9ea87ced0046fcdd2e792cb7c0ca40ac7ef845
parentMerge pull request #1847 from gavinandresen/osx_pthread (diff)
parentchange last occurance of mac to macx in Qt project-file (diff)
downloaddiscoin-f5cb3488be9110d52c20404fd297787d24830cf8.tar.xz
discoin-f5cb3488be9110d52c20404fd297787d24830cf8.zip
Merge pull request #1857 from Diapolo/pro-file
change last occurance of mac to macx in Qt project-file
-rw-r--r--bitcoin-qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index 26044f0f0..a73a2c379 100644
--- a/bitcoin-qt.pro
+++ b/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
}