From 6131b4262eeb4093cc5c44ddee97b3da75c5f523 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 29 May 2019 14:25:32 +0200 Subject: 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 --- tools/qtconfig/qtconfig.pro | 12 +++++++++++- tools/qtconfig/tqtconfig.desktop | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 tools/qtconfig/tqtconfig.desktop (limited to 'tools/qtconfig') 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; -- cgit v1.2.1