diff options
author | gregory guy <[email protected]> | 2019-05-29 14:25:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-06-01 16:43:47 +0200 |
commit | 309cbda6e25ef3ced7dd90913fcf67d14d13b2d2 (patch) | |
tree | 35520e62b029b0f39fa73b77452b8eb4b290c248 /src/tools/qglobal.h | |
parent | 5151555c0ecf9acbc04f8384588e7f80a174f725 (diff) | |
download | qt3-309cbda6e25ef3ced7dd90913fcf67d14d13b2d2.tar.gz qt3-309cbda6e25ef3ced7dd90913fcf67d14d13b2d2.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 <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7c13f5df2fbd64512a99b66f633abb0fd7f87d35)
Diffstat (limited to 'src/tools/qglobal.h')
-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 a62d19a..47f55b6 100644 --- a/src/tools/qglobal.h +++ b/src/tools/qglobal.h @@ -1081,6 +1081,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 */ |