X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=debian%2Fpatches%2Fqt-subdir-patch;fp=debian%2Fpatches%2Fqt-subdir-patch;h=102aa12775e10faecdd7bdc507b8079677e7f5a2;hp=0000000000000000000000000000000000000000;hb=63c471d71a6c4c22f3b8236471e09c5e4ce82eb3;hpb=f509c976e468b79841028618fac232c4652b031c diff --git a/debian/patches/qt-subdir-patch b/debian/patches/qt-subdir-patch new file mode 100644 index 0000000..102aa12 --- /dev/null +++ b/debian/patches/qt-subdir-patch @@ -0,0 +1,17 @@ +Description: qt subdir workaround + Upstream ships its qmake project file in a subdirectory which makes it + impossible for debhelper to detect it automatically. + . + This patch adds two small additional project files to solve this problem. +Author: Jakob Haufe + +--- /dev/null ++++ fstl-0.9.2/qt/qt.pro +@@ -0,0 +1 @@ ++include(fstl.pro) +--- /dev/null ++++ fstl-0.9.2/top.pro +@@ -0,0 +1,3 @@ ++TEMPLATE=subdirs ++SUBDIRS+=qt ++