From 6789e99e4f70b9e779598f1a31552a87b5bd9360 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 1 May 2012 22:26:33 +0200 Subject: [PATCH] add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator) --- bitcoin-qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 56ecbfd984a..8af8895db10 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) {