From: Jakob Haufe Date: Sun, 27 Mar 2016 19:38:33 +0000 (+0200) Subject: Reference pull request for fix-qt-project X-Git-Tag: debian/0.9.3-1~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f76e60072cc50023b74a7672c90bb1e497e1f2f;p=fstl Reference pull request for fix-qt-project --- diff --git a/debian/patches/fix-qt-project b/debian/patches/fix-qt-project index 6f46838..58c64ca 100644 --- a/debian/patches/fix-qt-project +++ b/debian/patches/fix-qt-project @@ -1,14 +1,16 @@ 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 ---- 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 -+