diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-01 22:26:33 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-01 22:26:33 +0200 |
| commit | 8a6329a7ac32e968b32334b589537e530025a517 (patch) | |
| tree | bf65fe5f02d7124a99fdf97598b7d3f8fc4095c8 | |
| parent | Merge pull request #1176 from Diapolo/project-file (diff) | |
| download | discoin-8a6329a7ac32e968b32334b589537e530025a517.tar.xz discoin-8a6329a7ac32e968b32334b589537e530025a517.zip | |
add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
| -rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 707c0dcc5..f586c5337 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -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) { |