aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/2001_adapt-install-target-path.patch
blob: 41690240f753471ae76f612dc11b55d714870c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Make sure the app gets installed to /usr/bin/.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/rwa.support.desktopapp.pro
+++ b/rwa.support.desktopapp.pro
@@ -55,7 +55,5 @@
 # Additional import path used to resolve QML modules just for Qt Quick Designer
 QML_DESIGNER_IMPORT_PATH =
 
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
+target.path = /usr/bin
 !isEmpty(target.path): INSTALLS += target