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:
Lubomir I. Ivanov 2013-12-03 23:00:22 +02:00 committed by Dirk Hohndel
parent 639f12cc42
commit 1f7f5e18e2
3 changed files with 169 additions and 169 deletions

View file

@ -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