From 1df788a770ea105dd0d3ae057f62af3aef84cb0d Mon Sep 17 00:00:00 2001 From: Pau Garcia i Quiles Date: Fri, 22 Jan 2016 21:36:25 +0100 Subject: [PATCH] Add install target to make --- qtzeroconf.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qtzeroconf.pro b/qtzeroconf.pro index 414e07b..f9cb610 100644 --- a/qtzeroconf.pro +++ b/qtzeroconf.pro @@ -7,4 +7,8 @@ include($$PWD/qtzeroconf.pri) TEMPLATE = lib TARGET = $$qtLibraryTarget(QtZeroConf$$QT_LIBINFIX) CONFIG += module create_prl -mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET \ No newline at end of file +mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET + +target.path = /usr/lib + +INSTALLS += target