X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=debian%2Fpatches%2Ffix-qt-project;fp=debian%2Fpatches%2Ffix-qt-project;h=6f46838fedfd5743101b0f411a75e8b85655ef5c;hp=0000000000000000000000000000000000000000;hb=a83829491d31b9f7308994ffe09475f492f5f441;hpb=967d178c4343c689c728571bb10d5c94ab8d9d13 diff --git a/debian/patches/fix-qt-project b/debian/patches/fix-qt-project new file mode 100644 index 0000000..6f46838 --- /dev/null +++ b/debian/patches/fix-qt-project @@ -0,0 +1,14 @@ +Description: Make qt project installable + This patch makes adds an install target to the resulting makefile. +Author: Jakob Haufe + +--- 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 ++