aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-05-30 08:50:37 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-30 12:03:22 +0900
commitbb2187ca36a7562b2da43a06d0dffc491a106299 (patch)
tree68230442778aa8fa52650b2cb5161973360e8997
parent2df3c33d5d20074a4a9bc36253a788274c96bd4e (diff)
downloadsubsurface-bb2187ca36a7562b2da43a06d0dffc491a106299.tar.gz
Add the *.ui files, the Makefiles and other headers to subsurface.files
Makes it easier to open them using Ctrl+k in Qt Creator. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--Rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules.mk b/Rules.mk
index bf9346a48..cd6d686ff 100644
--- a/Rules.mk
+++ b/Rules.mk
@@ -233,7 +233,8 @@ release:
.PHONY: creator-files
creator-files: $(CREATOR_FILES)
$(NAME).files: Makefile $(CONFIGFILE)
- echo $(wildcard *.h) $(HEADERS) $(SOURCES) | tr ' ' '\n' | sort | uniq > $(NAME).files
+ echo $(wildcard *.h qt-ui/*.h qt-ui/*.ui) $(HEADERS) $(SOURCES) | tr ' ' '\n' | sort | uniq > $(NAME).files
+ { echo Makefile; echo Rules.mk; echo Configure.mk; } >> $(NAME).files
$(NAME).config: Makefile $(CONFIGFILE)
echo $(patsubst -D%,%,$(filter -D%, $(CXXFLAGS) $(CFLAGS) $(EXTRA_FLAGS))) | tr ' ' '\n' | sort | uniq > $(NAME).config
$(NAME).includes: Makefile $(CONFIGFILE)