##// END OF EJS Templates
Some more tries on desktop shortcut.
Jeandet Alexis -
r69:6e5eaa13fad9 default
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
@@ -1,91 +1,91
1 1 #-------------------------------------------------
2 2 #
3 3 # Project created by QtCreator 2011-09-19T22:52:10
4 4 #
5 5 #-------------------------------------------------
6 6
7 7 TEMPLATE = subdirs
8 8 CONFIG += ordered release
9 9
10 10 SUBDIRS = \
11 11 src/common \
12 12 src/SocExplorerEngine \
13 13 src \
14 14 src/SocExplorer_TCP_Terminal
15 15
16 16
17 17 socexplorercfg.path = $$[QT_INSTALL_PREFIX]/mkspecs/features
18 18 socexplorercfg.files = \
19 19 src/SocExplorerEngine/plugins/socexplorerplugin.prf
20 20
21 21
22 22 unix{
23 23 SocExplorerLauncher.path = /usr/share/applications/
24 24 SocExplorerLauncher.files = unixcfg/socexplorer.desktop
25 25 SocExplorerAppData.path = /usr/share/appdata/
26 26 SocExplorerAppData.files = unixcfg/socexplorer.appdata.xml
27 27 PluginConfPath.path = /etc/SocExplorer/plugin.conf.d/
28 28 PluginConfPath.files = unixcfg/plugins.conf
29 29 share.path = /usr/share/SocExplorer
30 share.files = ressources/images/Indiana_Jones_cappello.png \
30 share.files = ressources/images/icon.png \
31 31 ressources/Grlib.xml
32 32 Wizard.path = /usr/share/qtcreator/templates/wizards/SocExplorerPlugin
33 33 Wizard.files = Qt_Creator_Wizard/SocExplorerPlugin/logo-lpp-cutted.png \
34 34 Qt_Creator_Wizard/SocExplorerPlugin/plugin.cpp \
35 35 Qt_Creator_Wizard/SocExplorerPlugin/plugin.h \
36 36 Qt_Creator_Wizard/SocExplorerPlugin/project.pro \
37 37 Qt_Creator_Wizard/SocExplorerPlugin/wizard.xml
38 38 INSTALLS+=Wizard SocExplorerLauncher share PluginConfPath SocExplorerAppData
39 39 }
40 40 INSTALLS+=socexplorercfg
41 41
42 42
43 43
44 44
45 45
46 46
47 47
48 48
49 49
50 50
51 51
52 52
53 53
54 54
55 55
56 56
57 57
58 58
59 59
60 60
61 61
62 62
63 63
64 64
65 65
66 66
67 67
68 68
69 69
70 70
71 71
72 72
73 73
74 74
75 75
76 76
77 77
78 78
79 79
80 80
81 81
82 82
83 83
84 84
85 85
86 86
87 87
88 88
89 89
90 90
91 91
@@ -1,23 +1,23
1 1 <RCC>
2 2 <qresource prefix="/images">
3 3 <file alias="logolpp.png">images/logo-lpp.png</file>
4 4 <file alias="logocnrs.png">images/LOGO CNRS.png</file>
5 5 <file alias="logoso.png">images/LOGO SO.png</file>
6 6 <file alias="logolppcutted.png">images/logo-lpp-cutted.png</file>
7 7 <file alias="trash.svg">images/Gnome-user-trash.svg</file>
8 8 <file alias="refresh.svg">images/Gnome-view-refresh.svg</file>
9 9 <file alias="open.svg">images/Gnome-document-open.svg</file>
10 10 <file alias="add.svg">images/Gnome-list-add.svg</file>
11 11 <file alias="server.svg">images/Gnome-network-server.svg</file>
12 12 <file alias="config.svg">images/Gnome-preferences-system.svg</file>
13 13 <file alias="up.svg">images/Gnome-go-up.svg</file>
14 14 <file alias="down.svg">images/Gnome-go-down.svg</file>
15 <file alias="icon.png">images/Indiana_Jones_cappello.png</file>
15 <file alias="icon.png">images/icon.png</file>
16 16 </qresource>
17 17 <qresource prefix="/about">
18 18 <file alias="about.html">txt/about.html</file>
19 19 </qresource>
20 20 <qresource prefix="/styles">
21 21 <file alias="SocExplorer.css">Styles/SocExplorer.css</file>
22 22 </qresource>
23 23 </RCC>
@@ -1,14 +1,17
1 1 [Desktop Entry]
2 2 Version=1.0
3 3 Name=SocExplorer
4 Name[en_US]=SocExplorer
5
4 6 Type=Application
5 7 GenericName=SocExplorer
6 8
7 9 Comment=Software to monitor and explore Soc devices.
8 10
9 Exec=socexplorer
10 Icon=/usr/share/SocExplorer/Indiana_Jones_cappello.png
11 Exec=socexplorer -e %U
12 Icon=/usr/share/SocExplorer/icon.png
11 13 Terminal=false
12 Type=Application
13 Categories=Application;Programming;
14 Name[en_US]=socexplorer.desktop
14
15 Categories=Electronics;Engineering;
16
17 MimeType=text/x-python
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now