diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-09-22 12:34:45 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-09-24 22:59:31 +0200 |
commit | 6ca5ee6211490f1d67931b49a5a31213d4d477ff (patch) | |
tree | fbfe2c0eb25db1cb84c94210e0e7e45821ab7d9b /bitcoin-qt.pro | |
parent | feec18e329300a6411498b0c01781e16cb742d6f (diff) |
change last occurance of mac to macx in Qt project-file
Diffstat (limited to 'bitcoin-qt.pro')
-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 ed2cfa8f77..72d5038b72 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -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 } |