Browse Source

Merge pull request #1179 from Diapolo/project-file

add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
0.8
Wladimir J. van der Laan 13 years ago
parent
commit
e099e1568a
  1. 2
      bitcoin-qt.pro

2
bitcoin-qt.pro

@ -266,7 +266,7 @@ PRE_TARGETDEPS += compiler_TSQM_make_all @@ -266,7 +266,7 @@ PRE_TARGETDEPS += compiler_TSQM_make_all
# "Other files" to show in Qt Creator
OTHER_FILES += \
doc/*.rst doc/*.txt doc/README README.md
doc/*.rst doc/*.txt doc/README README.md res/bitcoin-qt.rc
# platform specific defaults, if not overridden on command line
isEmpty(BOOST_LIB_SUFFIX) {

Loading…
Cancel
Save