]> git.sur5r.net Git - fstl/blob - debian/patches/fix-qt-project
58c64cae2c4525afbbd4f4dd971957ae7560006c
[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 Forwarded: https://github.com/mkeeter/fstl/pull/5
5
6 Index: fstl-debian/qt/fstl.pro
7 ===================================================================
8 --- fstl-debian.orig/qt/fstl.pro
9 +++ fstl-debian/qt/fstl.pro
10 @@ -44,3 +44,6 @@ win32 {
11  static {
12      CONFIG += static
13  }
14 +
15 +target.path = /usr/bin
16 +INSTALLS += target