Adding install location as an experiment

This commit is contained in:
Dave Hibberd 2023-07-18 00:38:01 +01:00
parent bd53cab947
commit bf57a270b9
2 changed files with 9 additions and 9 deletions

View File

@ -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

2
debian/rules vendored
View File

@ -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 $@