mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
qmake: use real tabs for all .pri files
subsurface.pro already useses that. For consistency with the app, we use swap 4 spaces with a tab character for indentation. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
639f12cc42
commit
1f7f5e18e2
3 changed files with 169 additions and 169 deletions
|
@ -1,4 +1,4 @@
|
|||
marbledir.files = $$MARBLEDIR
|
||||
marbledirh.files = $$MARBLEDIR
|
||||
xslt.files = $$XSLT_FILES
|
||||
icons.files = $$ICONS_FILES
|
||||
doc.files = $$DOC_FILES
|
||||
|
@ -150,7 +150,7 @@ XSLTDIR = $(DATADIR)/subsurface
|
|||
#l10n_install.commands = for LOC in $$files(share/locale/*/LC_MESSAGES); do \
|
||||
# $(INSTALL_PROGRAM) -d $(INSTALL_ROOT)/$(prefix)/$$LOC; \
|
||||
# $(INSTALL_FILE) $$LOC/subsurface.mo $(INSTALL_ROOT)/$(prefix)/$$LOC/subsurface.mo; \
|
||||
# done
|
||||
#done
|
||||
#install.depends += l10n_install
|
||||
|
||||
INSTALLS += target desktop icon manpage xslt doc marbledir
|
||||
|
|
Loading…
Add table
Reference in a new issue