]> git.sur5r.net Git - fstl/blob - debian/patches/fix-qt-project
Drop qt-subdir-patch
[fstl] / debian / patches / fix-qt-project
1 Description: Make qt project installable
2  This patch makes adds an install target to the resulting makefile.
3 Author: Jakob Haufe <sur5r@sur5r.net>
4
5 --- fstl-0.9.2.orig/qt/fstl.pro
6 +++ fstl-0.9.2/qt/fstl.pro
7 @@ -44,3 +44,7 @@ win32 {
8  static {
9      CONFIG += static
10  }
11 +
12 +target.path = /usr/bin
13 +INSTALLS += target
14 +