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