]> git.sur5r.net Git - fstl/blobdiff - debian/patches/fix-qt-project
Preliminary packaging of 0.9.2-1
[fstl] / debian / patches / fix-qt-project
diff --git a/debian/patches/fix-qt-project b/debian/patches/fix-qt-project
new file mode 100644 (file)
index 0000000..6f46838
--- /dev/null
@@ -0,0 +1,14 @@
+Description: Make qt project installable
+ This patch makes adds an install target to the resulting makefile.
+Author: Jakob Haufe <sur5r@sur5r.net>
+
+--- fstl-0.9.2.orig/qt/fstl.pro
++++ fstl-0.9.2/qt/fstl.pro
+@@ -44,3 +44,7 @@ win32 {
+ static {
+     CONFIG += static
+ }
++
++target.path = /usr/bin
++INSTALLS += target
++