mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Merge pull request #1700 from laanwj/2012_08_testsotherfiles
bitcoin-qt.pro: Add test sources to OTHER_FILES
This commit is contained in:
commit
fedd060d81
@ -163,7 +163,8 @@ HEADERS += src/qt/bitcoingui.h \
|
|||||||
src/qt/qtipcserver.h \
|
src/qt/qtipcserver.h \
|
||||||
src/allocators.h \
|
src/allocators.h \
|
||||||
src/ui_interface.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 \
|
SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
|
||||||
src/qt/transactiontablemodel.cpp \
|
src/qt/transactiontablemodel.cpp \
|
||||||
@ -280,7 +281,7 @@ QMAKE_EXTRA_COMPILERS += TSQM
|
|||||||
|
|
||||||
# "Other files" to show in Qt Creator
|
# "Other files" to show in Qt Creator
|
||||||
OTHER_FILES += \
|
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
|
# platform specific defaults, if not overridden on command line
|
||||||
isEmpty(BOOST_LIB_SUFFIX) {
|
isEmpty(BOOST_LIB_SUFFIX) {
|
||||||
|
Loading…
Reference in New Issue
Block a user