Skip to content

Commit

Permalink
Merge pull request #1700 from laanwj/2012_08_testsotherfiles
Browse files Browse the repository at this point in the history
bitcoin-qt.pro: Add test sources to OTHER_FILES
  • Loading branch information
laanwj committed Aug 22, 2012
2 parents a159d6c + 4942b21 commit fedd060
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bitcoin-qt.pro
Expand Up @@ -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 \
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit fedd060

Please sign in to comment.