Skip to content

Commit

Permalink
Added mythlogserver
Browse files Browse the repository at this point in the history
Still needs more testing before this is complete.  And more plumbing.
  • Loading branch information
Beirdo committed Apr 25, 2012
1 parent 82fdb4f commit 6f69e85
Show file tree
Hide file tree
Showing 17 changed files with 536 additions and 966 deletions.
16 changes: 8 additions & 8 deletions mythtv/external/nzmqt/src/nzmqt.pro
Expand Up @@ -4,7 +4,7 @@ QT += core

QT -= gui

TARGET = mythnzmqt-$$LIBVERSION
TARGET = mythnzmqt
target.path = $${LIBDIR}
#CONFIG += console
#CONFIG -= app_bundle
Expand All @@ -20,13 +20,13 @@ SOURCES += \

HEADERS += \
../include/nzmqt/nzmqt.hpp \
# pubsub/PubSubServer.h \
# pubsub/PubSubClient.h \
# reqrep/ReqRepServer.h \
# reqrep/ReqRepClient.h \
# pushpull/PushPullWorker.h \
# pushpull/PushPullVentilator.h \
# pushpull/PushPullSink.h \
pubsub/PubSubServer.h \
pubsub/PubSubClient.h \
reqrep/ReqRepServer.h \
reqrep/ReqRepClient.h \
pushpull/PushPullWorker.h \
pushpull/PushPullVentilator.h \
pushpull/PushPullSink.h \
NzmqtApp.h \
common/Tools.h

Expand Down
3 changes: 2 additions & 1 deletion mythtv/libs/libmythbase/libmythbase.pro
Expand Up @@ -7,6 +7,7 @@ CONFIG += thread dll
target.path = $${LIBDIR}
INSTALLS = target
INCLUDEPATH += $$PREFIX/include
INCLUDEPATH += $$PREFIX/include/qjson

QMAKE_CLEAN += $(TARGET) $(TARGETA) $(TARGETD) $(TARGET0) $(TARGET1) $(TARGET2)

Expand Down Expand Up @@ -124,4 +125,4 @@ QT += xml sql network

include ( ../libs-targetfix.pro )

LIBS += $$EXTRA_LIBS $$LATE_LIBS -lzmq
LIBS += $$EXTRA_LIBS $$LATE_LIBS -lzmq -lmythqjson

0 comments on commit 6f69e85

Please sign in to comment.