diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-08-22 10:49:38 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-08-22 10:49:38 -0700 |
| commit | fedd060d819e671388e9996f55af7a70f270f0b9 (patch) | |
| tree | 0d39a8dd53d2fd4eedeff53f81a106466f579d40 | |
| parent | Merge pull request #1694 from sipa/fix_netloops (diff) | |
| parent | bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited ea... (diff) | |
| download | discoin-fedd060d819e671388e9996f55af7a70f270f0b9.tar.xz discoin-fedd060d819e671388e9996f55af7a70f270f0b9.zip | |
Merge pull request #1700 from laanwj/2012_08_testsotherfiles
bitcoin-qt.pro: Add test sources to OTHER_FILES
| -rw-r--r-- | bitcoin-qt.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ed84cbd03..beb3c5b40 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -163,7 +163,8 @@ HEADERS += src/qt/bitcoingui.h \ src/qt/qtipcserver.h \ src/allocators.h \ src/ui_interface.h \ - src/qt/rpcconsole.h + src/qt/rpcconsole.h \ + src/version.h SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \ src/qt/transactiontablemodel.cpp \ @@ -280,7 +281,7 @@ QMAKE_EXTRA_COMPILERS += TSQM # "Other files" to show in Qt Creator OTHER_FILES += \ - doc/*.rst doc/*.txt doc/README README.md res/bitcoin-qt.rc + doc/*.rst doc/*.txt doc/README README.md res/bitcoin-qt.rc src/test/*.cpp src/test/*.h src/qt/test/*.cpp src/qt/test/*.h # platform specific defaults, if not overridden on command line isEmpty(BOOST_LIB_SUFFIX) { |