13 lines
301 B
INI
13 lines
301 B
INI
include(../nymea-remoteproxy.pri)
|
|
|
|
TEMPLATE = lib
|
|
TARGET = nymea-remoteproxyclient
|
|
target.path = $$[QT_INSTALL_LIBS]
|
|
|
|
include(libnymea-remoteproxyclient.pri)
|
|
|
|
installheaders.files = remoteproxyconnection.h
|
|
installheaders.path = /usr/include/nymea-remoteproxyclient/
|
|
|
|
INSTALLS += target installheaders
|