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 /tools/qtconfig/qtconfig.pro | |
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 'tools/qtconfig/qtconfig.pro')
-rw-r--r-- | tools/qtconfig/qtconfig.pro | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/qtconfig/qtconfig.pro b/tools/qtconfig/qtconfig.pro index 37b5493c7..2bcb8360f 100644 --- a/tools/qtconfig/qtconfig.pro +++ b/tools/qtconfig/qtconfig.pro @@ -12,7 +12,17 @@ TARGET = tqtconfig DESTDIR = ../../bin target.path=$$bins.path -INSTALLS += target + INCLUDEPATH += . DBFILE = qtconfig.db REQUIRES=full-config nocrosscompiler !win32* + +desktop.path = $$share.path/applications +desktop.files = tqtconfig.desktop + +system( cp images/appicon.png tqtconfig.png ) + +icon.path = $$share.path/pixmaps +icon.files = tqtconfig.png + +INSTALLS += target desktop icon |