diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-25 02:53:12 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-25 02:53:12 -0700 |
| commit | f5cb3488be9110d52c20404fd297787d24830cf8 (patch) | |
| tree | 8c9ea87ced0046fcdd2e792cb7c0ca40ac7ef845 | |
| parent | Merge pull request #1847 from gavinandresen/osx_pthread (diff) | |
| parent | change last occurance of mac to macx in Qt project-file (diff) | |
| download | discoin-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.pro | 2 |
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 } |