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