add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Tue, 1 May 2012 20:26:33 +0000 (22:26 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 2 May 2012 23:39:46 +0000 (19:39 -0400)
bitcoin-qt.pro

index 56ecbfd..8af8895 100644 (file)
@@ -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) {