X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=debian%2Fpatches%2Ffix-qt-project;fp=debian%2Fpatches%2Ffix-qt-project;h=0000000000000000000000000000000000000000;hp=58c64cae2c4525afbbd4f4dd971957ae7560006c;hb=2e049875e7c35d10bd9724090abc2fe2ed5ac257;hpb=9e9c2e84ac7826bfcaf00c5c0c770f64e16c4abf diff --git a/debian/patches/fix-qt-project b/debian/patches/fix-qt-project deleted file mode 100644 index 58c64ca..0000000 --- a/debian/patches/fix-qt-project +++ /dev/null @@ -1,16 +0,0 @@ -Description: Make qt project installable - This patch makes adds an install target to the resulting makefile. -Author: Jakob Haufe -Forwarded: https://github.com/mkeeter/fstl/pull/5 - -Index: fstl-debian/qt/fstl.pro -=================================================================== ---- fstl-debian.orig/qt/fstl.pro -+++ fstl-debian/qt/fstl.pro -@@ -44,3 +44,6 @@ win32 { - static { - CONFIG += static - } -+ -+target.path = /usr/bin -+INSTALLS += target