Linux makefile generation and install
This commit is contained in:
parent
7cfd1aedb3
commit
07794afabb
9
RepRaptor.desktop
Executable file
9
RepRaptor.desktop
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=RepRaptor
|
||||||
|
Comment=A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic.
|
||||||
|
Exec=/usr/local/bin/repraptor
|
||||||
|
Icon=/usr/local/share/icons/repraptor.png
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Utility;Application;
|
||||||
|
|
||||||
@ -13,6 +13,21 @@ TARGET = RepRaptor
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += static
|
CONFIG += static
|
||||||
|
|
||||||
|
unix
|
||||||
|
{
|
||||||
|
icon.files += icons/icon.png
|
||||||
|
icon.path = /usr/local/share/icons
|
||||||
|
|
||||||
|
desktop.files += RepRaptor.desktop
|
||||||
|
desktop.path = /usr/local/share/applications
|
||||||
|
|
||||||
|
repraptor.files += RepRaptor
|
||||||
|
repraptor.extra = cp RepRaptor repraptor
|
||||||
|
repraptir.path = /usr/local/bin
|
||||||
|
|
||||||
|
INSTALLS+= icon desktop repraptor
|
||||||
|
}
|
||||||
|
|
||||||
SOURCES += main.cpp\
|
SOURCES += main.cpp\
|
||||||
mainwindow.cpp \
|
mainwindow.cpp \
|
||||||
settingswindow.cpp \
|
settingswindow.cpp \
|
||||||
@ -45,4 +60,5 @@ RESOURCES += \
|
|||||||
|
|
||||||
DISTFILES += \
|
DISTFILES += \
|
||||||
LICENCE \
|
LICENCE \
|
||||||
README.md
|
README.md \
|
||||||
|
RepRaptor.desktop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user