aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-01 22:26:33 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-05-02 19:39:46 -0400
commit6789e99e4f70b9e779598f1a31552a87b5bd9360 (patch)
tree52c36649c7291c3e1379d0a4e31997652ca5e608
parent8edec3f9d6e91aa1a3f2cb9042d1137fce591142 (diff)
downloadbitcoin-6789e99e4f70b9e779598f1a31552a87b5bd9360.tar.xz
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
-rw-r--r--bitcoin-qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index 56ecbfd984..8af8895db1 100644
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -219,7 +219,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) {