Description: Make qt project installable This patch makes adds an install target to the resulting makefile. Author: Jakob Haufe Forwarded: https://github.com/mkeeter/fstl/pull/5 Index: fstl-debian/qt/fstl.pro =================================================================== --- fstl-debian.orig/qt/fstl.pro +++ fstl-debian/qt/fstl.pro @@ -44,3 +44,6 @@ win32 { static { CONFIG += static } + +target.path = /usr/bin +INSTALLS += target