From 8e8751b790ca902887e6ff7ceda1b6f57a96e74c 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 (cherry picked from commit 7c13f5df2fbd64512a99b66f633abb0fd7f87d35) --- src/tools/qglobal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h index 135c289..64b18ea 100644 --- a/src/tools/qglobal.h +++ b/src/tools/qglobal.h @@ -1077,6 +1077,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