We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c438d commit e294f3dCopy full SHA for e294f3d
3 files changed
gcodefileserver/gcodefileserver.pro
@@ -44,6 +44,7 @@ macx {
44
win32 {
45
target.path = $${PREFIX}/bin
46
INSTALLS += target
47
+ QMAKE_TARGET_PRODUCT=GCodeFileServer
48
}
49
50
RC_ICONS = images/edytornc.ico images/edytornc48.ico
gcodeworkshop/gcodeworkshop.pro
@@ -110,6 +110,7 @@ macx {
110
111
112
113
+ QMAKE_TARGET_PRODUCT=GCodeWorkShop
114
115
116
RC_ICONS = images/edytornc.ico images/edytornc48.ico images/ncfile.ico
install/linux/application-x-g-code.xml
@@ -4,6 +4,7 @@
4
<sub-class-of type="text/plain" />
5
<comment>G-code text file</comment>
6
<icon name="application-x-g-code"/>
7
+ <generic-icon name="application-x-g-code"/>
8
<glob pattern="*.nc" />
9
<glob pattern="*.anc" />
10
<glob pattern="*.cnc" />
0 commit comments