diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-11 08:52:57 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-11 08:52:57 -0700 |
commit | 1837644c4a153ad8275848f0b0626685d8b75727 (patch) | |
tree | 1c42cf9513d929b5248cecd5f9b8df0e2ad103c8 /bitcoin-qt.pro | |
parent | d33cc2b5e3779033502fedc3f17aeffb4fa8e01c (diff) | |
parent | 2c1fd3c395da9804f38d40da97d73f14e69c350f (diff) |
Merge pull request #22 from p2k/master
Some improvements for Mac OS X
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 053dc70850..8c58cd4d39 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -174,3 +174,14 @@ CODECFORTR = UTF-8 # for lrelease/lupdate TRANSLATIONS = src/qt/locale/bitcoin_nl.ts src/qt/locale/bitcoin_de.ts \ src/qt/locale/bitcoin_ru.ts + +OTHER_FILES += \ + README.rst + +# For use with MacPorts +macx:INCLUDEPATH += /opt/local/include /opt/local/include/db48 +macx:LIBS += -L/opt/local/lib -L/opt/local/lib/db48 + +# Additional Mac options +macx:ICON = src/qt/res/icons/bitcoin.icns +macx:TARGET = "Bitcoin Qt" |