diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-24 18:03:03 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-25 16:36:25 +0200 |
commit | 82ec7d5542203bca18d419b5c6163449704cd36e (patch) | |
tree | 7ed8fa9e7debfccbc6e5d3c1554f707beda0c68e | |
parent | 2849d0661d0c9154924099aafb986552f562d8f7 (diff) |
small updates to Bitcoin-Qt project file
- add noui.cpp to SOURCES (to see / edit the file)
- re-word a comment and remove a space
-rw-r--r-- | bitcoin-qt.pro | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index f1ebec6bcc..7c1a9cdccf 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -5,15 +5,15 @@ INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6 CONFIG += no_include_pwd -# for boost 1.37, add -mt to the boost libraries +# for boost 1.37, add -mt to the boost libraries # use: qmake BOOST_LIB_SUFFIX=-mt # for boost thread win32 with _win32 sufix # use: BOOST_THREAD_LIB_SUFFIX=_win32-... # or when linking against a specific BerkelyDB version: BDB_LIB_SUFFIX=-4.8 -# Dependency library locations can be customized with BOOST_INCLUDE_PATH, -# BOOST_LIB_PATH, BDB_INCLUDE_PATH, BDB_LIB_PATH -# OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH respectively +# Dependency library locations can be customized with: +# BOOST_INCLUDE_PATH, BOOST_LIB_PATH, BDB_INCLUDE_PATH, +# BDB_LIB_PATH, OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH respectively OBJECTS_DIR = build MOC_DIR = build @@ -218,7 +218,8 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \ src/qt/notificator.cpp \ src/qt/qtipcserver.cpp \ src/qt/rpcconsole.cpp \ - src/qt/verifymessagedialog.cpp + src/qt/verifymessagedialog.cpp \ + src/noui.cpp RESOURCES += \ src/qt/bitcoin.qrc |