diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-02-12 05:52:34 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-02-12 05:52:34 -0800 |
commit | 15b87b2ec40bdcbc7e8173c79b829fc0f550909e (patch) | |
tree | c8e5a9f35d20d22a76b9c67dee073c0fb38bd706 /bitcoin-qt.pro | |
parent | d27b4576f35002a2da8703aec0f3b97208fd0dcd (diff) | |
parent | 245484679adbde8df6b0b01baa24393ea20a7aed (diff) |
Merge pull request #807 from TheBlueMatt/bip21
Add req- prefixes to comply with BIP21.
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 678bec0134..e2097fd4b0 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -226,6 +226,16 @@ SOURCES += src/qt/qrcodedialog.cpp FORMS += src/qt/forms/qrcodedialog.ui } +contains(BITCOIN_QT_TEST, 1) { +SOURCES += src/qt/test/test_main.cpp \ + src/qt/test/urltests.cpp +HEADERS += src/qt/test/urltests.h +DEPENDPATH += src/qt/test +QT += testlib +TARGET = bitcoin-qt_test +DEFINES += BITCOIN_QT_TEST +} + CODECFORTR = UTF-8 # for lrelease/lupdate |