summaryrefslogtreecommitdiff
path: root/plugins/Listener/dbus/listener.pro
blob: 59abd12657dc86aa9044603b25ac30478135371c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE        = lib
CONFIG		+= plugin
QT		+= network dbus
HEADERS         = listener.h \
    Environment.h \
    Variable.h \
    DebugEngineMacro.h \
    StructEnumDefinition.h \
    ../../../interface/PluginInterface_Listener.h \
    Catchcopy.h
SOURCES         = listener.cpp \
    Catchcopy.cpp
TARGET          = $$qtLibraryTarget(listener)