diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-05-29 14:25:32 +0200 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-06-01 13:48:12 +0200 |
commit | 6131b4262eeb4093cc5c44ddee97b3da75c5f523 (patch) | |
tree | c36975d5d110ca73c46d0b82caab98d108bc6e7d /src/tools | |
parent | fd634b0c147bef3af1fa68454e4d8a9cda4f9243 (diff) | |
download | tqt3-6131b4262eeb4093cc5c44ddee97b3da75c5f523.tar.gz tqt3-6131b4262eeb4093cc5c44ddee97b3da75c5f523.zip |
This fixes bug: 639
Add desktop files for:
- tqassistant
- tqdesigner
- tqlinguist
- tqtconfig
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>
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/ntqglobal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h index 473a9fc21..ea6528ff4 100644 --- a/src/tools/ntqglobal.h +++ b/src/tools/ntqglobal.h @@ -1040,6 +1040,7 @@ Q_EXPORT const char *tqInstallPathPlugins(); Q_EXPORT const char *tqInstallPathData(); Q_EXPORT const char *tqInstallPathTranslations(); Q_EXPORT const char *tqInstallPathSysconf(); +Q_EXPORT const char *tqInstallPathShare(); #endif /* __cplusplus */ |