This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2013-09-09 16:42:53 +02:00

52 lines
1.1 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2013-08-11T20:58:11
#
#-------------------------------------------------
QT += core network
TARGET = libhive
TEMPLATE = lib
CONFIG += static
DEFINES += LIBHIVE_LIBRARY
LIBS += -lqjson
SOURCES += libhive.cpp \
server.cpp \
devicemanager.cpp \
logwriter.cpp \
client.cpp \
jsonhandler.cpp \
jsonplugin/jsonplugin.cpp \
jsonplugin/devicejsonplugin.cpp \
jsonplugin/radiojsonplugin.cpp \
radioplugin/radioplugin.cpp \
radioplugin/radioswitch.cpp \
radioplugin/radiothermometer.cpp
HEADERS += libhive.h\
libhive_global.h \
server.h \
devicemanager.h \
logwriter.h \
client.h \
jsonhandler.h \
jsonplugin/jsonplugin.h \
jsonplugin/devicejsonplugin.h \
jsonplugin/radiojsonplugin.h \
radioplugin/radioplugin.h \
radioplugin/radioswitch.h \
radioplugin/radiothermometer.h
#unix:!symbian {
# maemo5 {
# target.path = /opt/usr/lib
# } else {
# target.path = /usr/lib
# }
# INSTALLS += target
#}