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-08-24 12:52:38 +02:00

40 lines
688 B
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
HEADERS += libhive.h\
libhive_global.h \
server.h \
devicemanager.h \
logwriter.h \
client.h \
jsonhandler.h
#unix:!symbian {
# maemo5 {
# target.path = /opt/usr/lib
# } else {
# target.path = /usr/lib
# }
# INSTALLS += target
#}