diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-08-12 23:21:16 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-08-12 23:21:16 -0700 |
| commit | b2ce93fe1605c77ea5970e3ddac38bca50d7d1a7 (patch) | |
| tree | ba4c90acc223eebc916726ea706a9c117ffef110 | |
| parent | Revert "Make this error message similar to the others" (diff) | |
| parent | set TARGET = bitcoin-qt in project file (diff) | |
| download | discoin-b2ce93fe1605c77ea5970e3ddac38bca50d7d1a7.tar.xz discoin-b2ce93fe1605c77ea5970e3ddac38bca50d7d1a7.zip | |
Merge pull request #1623 from Diapolo/pro-file-set-target
set TARGET = bitcoin-qt in 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 f432d0e4d..39afee638 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -1,5 +1,5 @@ TEMPLATE = app -TARGET = +TARGET = bitcoin-qt VERSION = 0.6.99 INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE USE_IPV6 |