mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
2df3c33d5d
commit
bb2187ca36
1 changed files with 2 additions and 1 deletions
3
Rules.mk
3
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue