changeset 3541:0cf73074b915 draft

change last occurance of mac to macx in Qt project-file
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Sat, 22 Sep 2012 12:34:45 +0200 (2012-09-22)
parents 7b54aa6a0d98
children ef87efd7c76b
files bitcoin-qt.pro
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -335,7 +335,7 @@
     QMAKE_LIBS_QT_ENTRY = -lmingwthrd $$QMAKE_LIBS_QT_ENTRY
 }
 
-!windows:!mac {
+!windows:!macx {
     DEFINES += LINUX
     LIBS += -lrt
 }