]> git.sur5r.net Git - fstl/blob - debian/patches/qt-subdir-patch
102aa12775e10faecdd7bdc507b8079677e7f5a2
[fstl] / debian / patches / qt-subdir-patch
1 Description: qt subdir workaround
2  Upstream ships its qmake project file in a subdirectory which makes it
3  impossible for debhelper to detect it automatically.
4  .
5  This patch adds two small additional project files to solve this problem.
6 Author: Jakob Haufe <sur5r@sur5r.net>
7
8 --- /dev/null
9 +++ fstl-0.9.2/qt/qt.pro
10 @@ -0,0 +1 @@
11 +include(fstl.pro)
12 --- /dev/null
13 +++ fstl-0.9.2/top.pro
14 @@ -0,0 +1,3 @@
15 +TEMPLATE=subdirs
16 +SUBDIRS+=qt
17 +