Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix perms and change nzmqt.pro to match mythtv
  • Loading branch information
Beirdo committed Apr 23, 2012
1 parent ea54752 commit e4752fb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
Empty file modified mythtv/external/nzmqt/README.markdown 100755 → 100644
Empty file.
Empty file modified mythtv/external/nzmqt/include/nzmqt/nzmqt.hpp 100755 → 100644
Empty file.
Empty file modified mythtv/external/nzmqt/src/main.cpp 100755 → 100644
Empty file.
45 changes: 23 additions & 22 deletions mythtv/external/nzmqt/src/nzmqt.pro 100755 → 100644
@@ -1,45 +1,46 @@
#-------------------------------------------------
#
# Project created by QtCreator 2010-10-15T17:00:35
#
#-------------------------------------------------
include ( ../../../settings.pro )

QT += core

QT -= gui

TARGET = nzmqt
CONFIG += console
CONFIG -= app_bundle
TARGET = mythnzmqt-$$LIBVERSION
target.path = $${LIBDIR}
#CONFIG += console
#CONFIG -= app_bundle
CONFIG += thread dll
INSTALLS = target

TEMPLATE = app
TEMPLATE = lib

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

SOURCES += \
main.cpp

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

LIBS += -lzmq

INCLUDEPATH += \
../include \
/opt/local/include
$${PREFIX}/include

QMAKE_LIBDIR += \
/opt/local/lib
${{LIBDIR}

inc.files += ../include/nzmqt/nzmqt.hpp
inc.path = $${PREFIX}/include/

INSTALLS += inc

OTHER_FILES += \
../README.markdown \
../COPYING \
../LICENSE.header

0 comments on commit e4752fb

Please sign in to comment.