From 7c13f5df2fbd64512a99b66f633abb0fd7f87d35 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 29 May 2019 14:25:32 +0200 Subject: This fixes bug: 639 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add desktop files for: - assistant-qt3 - designer-qt3 - linguist-qt3 - qtconfig-qt3 These files have been made with the contribution of Laurent Dard's patch (see bugzilla:639) with little change/addition from I. Add 'sysshare' option to the configure script. Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- src/tools/qglobal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/qglobal.h') diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h index 7de3453..6046029 100644 --- a/src/tools/qglobal.h +++ b/src/tools/qglobal.h @@ -1040,6 +1040,7 @@ Q_EXPORT const char *qInstallPathPlugins(); Q_EXPORT const char *qInstallPathData(); Q_EXPORT const char *qInstallPathTranslations(); Q_EXPORT const char *qInstallPathSysconf(); +Q_EXPORT const char *qInstallPathShare(); #endif /* __cplusplus */ -- cgit v1.2.3