diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-05-29 14:25:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-06-01 16:47:12 +0200 |
commit | 8e8751b790ca902887e6ff7ceda1b6f57a96e74c (patch) | |
tree | d1d38ad0a21285efed9ccd236fdbfee4b983224d /src | |
parent | 7ba7acedcaebb30169bc5d4b2236f0360c510958 (diff) | |
download | qt3-8e8751b790ca902887e6ff7ceda1b6f57a96e74c.tar.gz qt3-8e8751b790ca902887e6ff7ceda1b6f57a96e74c.zip |
This fixes bug: 639
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 <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7c13f5df2fbd64512a99b66f633abb0fd7f87d35)
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/qglobal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |