Description: Make qt project installable
This patch makes adds an install target to the resulting makefile.
Author: Jakob Haufe <sur5r@sur5r.net>
+Forwarded: https://github.com/mkeeter/fstl/pull/5
---- fstl-0.9.2.orig/qt/fstl.pro
-+++ fstl-0.9.2/qt/fstl.pro
-@@ -44,3 +44,7 @@ win32 {
+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
-+