Merge pull request #1 from pgquiles/master

Add install target to make
This commit is contained in:
jbagg
2016-01-22 16:03:38 -05:00

View File

@ -7,4 +7,8 @@ include($$PWD/qtzeroconf.pri)
TEMPLATE = lib TEMPLATE = lib
TARGET = $$qtLibraryTarget(QtZeroConf$$QT_LIBINFIX) TARGET = $$qtLibraryTarget(QtZeroConf$$QT_LIBINFIX)
CONFIG += module create_prl CONFIG += module create_prl
mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET mac:QMAKE_FRAMEWORK_BUNDLE_NAME = $$TARGET
target.path = /usr/lib
INSTALLS += target