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 +