5 changed files with 30 additions and 5 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
QMAKE_POST_LINK += && $$QMAKE_COPY $$PWD/deploy/qgroundcontrol-start.sh $$DESTDIR |
||||
QMAKE_POST_LINK += && $$QMAKE_COPY $$PWD/deploy/qgroundcontrol.desktop $$DESTDIR |
||||
QMAKE_POST_LINK += && $$QMAKE_COPY $$PWD/res/Images/CustomAppIcon.png $$DESTDIR |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry] |
||||
Type=Application |
||||
Name=CustomQGroundControl |
||||
GenericName=Ground Control Station |
||||
Comment=UAS ground control station |
||||
Icon=CustomAppIcon |
||||
Exec=qgroundcontrol-start.sh |
||||
Terminal=false |
||||
Categories=Utility; |
Loading…
Reference in new issue