X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=debian%2Fpatches%2Ffix-qt-project;h=58c64cae2c4525afbbd4f4dd971957ae7560006c;hp=6f46838fedfd5743101b0f411a75e8b85655ef5c;hb=2f76e60072cc50023b74a7672c90bb1e497e1f2f;hpb=9eead1ea1c56c1adfb3984bbd20678e61a5d98bd 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 -+