diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-01 23:57:02 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-01 23:57:02 -0700 |
| commit | e099e1568a3343ddb32b18e276282c87fa49e584 (patch) | |
| tree | 720a18969009c1c533ac3b2ec39a4ca8cc04517b | |
| parent | Merge pull request #1171 from Diapolo/fix_compiler_warn (diff) | |
| parent | add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator) (diff) | |
| download | discoin-e099e1568a3343ddb32b18e276282c87fa49e584.tar.xz discoin-e099e1568a3343ddb32b18e276282c87fa49e584.zip | |
Merge pull request #1179 from Diapolo/project-file
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) { |