Adding install location as an experiment
This commit is contained in:
parent
bd53cab947
commit
bf57a270b9
|
@ -1,10 +1,10 @@
|
|||
--- a/QtTermTCP.pro
|
||||
+++ b/QtTermTCP.pro
|
||||
@@ -40,4 +40,7 @@
|
||||
|
||||
RC_ICONS = QtTermTCP.ico
|
||||
|
||||
+target.patch += debian/qttermtcp/usr/bin
|
||||
+INSTALLS += target
|
||||
+
|
||||
QMAKE_LFLAGS += -no-pie
|
||||
@@ -46,4 +46,7 @@
|
||||
|
||||
RC_ICONS = QtTermTCP.ico
|
||||
|
||||
+target += debian/qttermtcp/usr/bin
|
||||
+INSTALLS += target
|
||||
+
|
||||
QMAKE_LFLAGS += -no-pie
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export QT_SELECT=5
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=-all
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
Loading…
Reference in New Issue