]> git.sur5r.net Git - fstl/blobdiff - debian/patches/fix-qt-project
Reference pull request for fix-qt-project
[fstl] / debian / patches / fix-qt-project
index 6f46838fedfd5743101b0f411a75e8b85655ef5c..58c64cae2c4525afbbd4f4dd971957ae7560006c 100644 (file)
@@ -1,14 +1,16 @@
 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
-+