diff options
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r-- | subsurface-install.pri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri index 4a41bfcf2..83e718754 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -47,6 +47,7 @@ mac { deploy.path = $$WINDOWSSTAGING deploy.files += $$xslt.files $$doc.files + deploy.CONFIG += no_check_exist target.path = $$WINDOWSSTAGING marbledir.path = $$WINDOWSSTAGING/data INSTALLS += deploy marbledir target @@ -119,6 +120,8 @@ XSLTDIR = $(DATADIR)/subsurface marbledir.path = /$(DATADIR)/subsurface doc.path = /$(DOCDIR) + doc.CONFIG += no_check_exist + # FIXME: Linguist translations #l10n_install.commands = for LOC in $$files(share/locale/*/LC_MESSAGES); do \ # $(INSTALL_PROGRAM) -d $(INSTALL_ROOT)/$(prefix)/$$LOC; \ |