From 0d848cdf08921a968c9b03fac5c0a8b5bf93eaab Mon Sep 17 00:00:00 2001 From: Pau Garcia i Quiles Date: Fri, 22 Jan 2016 22:04:25 +0100 Subject: [PATCH] Add PREFIX --- qtzeroconf.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtzeroconf.pro b/qtzeroconf.pro index f9cb610..2d00737 100644 --- a/qtzeroconf.pro +++ b/qtzeroconf.pro @@ -9,6 +9,6 @@ TARGET = $$qtLibraryTarget(QtZeroConf$$QT_LIBINFIX) CONFIG += module create_prl mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET -target.path = /usr/lib +target.path = $$PREFIX/lib INSTALLS += target