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 | |
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')
-rw-r--r-- | tools/qtconfig/qtconfig.pro | 12 | ||||
-rw-r--r-- | tools/qtconfig/tqtconfig.desktop | 34 |
2 files changed, 45 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 diff --git a/tools/qtconfig/tqtconfig.desktop b/tools/qtconfig/tqtconfig.desktop new file mode 100644 index 000000000..2cabe2c20 --- /dev/null +++ b/tools/qtconfig/tqtconfig.desktop @@ -0,0 +1,34 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=tqtconfig +Name=TQt3 Configuration +Name[de]=TQt3 Konfiguration +Name[bg]=Настройки на TQt3 +Name[cs]=TQt3 nastavení +Name[de]=TQt3 Konfiguration +Name[el]=Ρυθμίσεις TQt3 +Name[fi]=TQt3 asetukset +Name[fr]=Configuration de TQt3 +Name[hu]=TQt3 beállítások +Name[it]=Impostazioni TQt3 +Name[ja]=TQt3設定 +Name[km]=ការកំណត់ TQt3 +Name[nb]=TQt3-innstillinger +Name[nl]=TQt3 Instellingen +Name[pa]=TQt3 ਸਥਾਪਨ +Name[pl]=Ustawienia TQt3 +Name[pt]=Definições TQT3 +Name[pt_BR]=Configurações do TQt3 +Name[ru]=Настройки TQt3 +Name[sv]=TQt3-inställningar +Name[uk]=Параметри TQt3 +Name[zh_CN]=TQt3 设置 +Name[zh_TW]=TQt3 設定 +Comment=A graphical configuration tool for programs using TQt 3 +Comment[de]=Ein grafisches Konfigurationstool für TQt3-Programme +Comment[fr]=Un outil de configuration graphique pour les programmes utilisant TQt3 +MimeType=application/x-qtconfig; +Terminal=false +Icon=tqtconfig +Type=Application +Categories=Qt;Settings; |