summaryrefslogtreecommitdiff
path: root/plugins/Listener/dbus/listener.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Listener/dbus/listener.pro')
-rw-r--r--plugins/Listener/dbus/listener.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Listener/dbus/listener.pro b/plugins/Listener/dbus/listener.pro
new file mode 100644
index 0000000..304d8d2
--- /dev/null
+++ b/plugins/Listener/dbus/listener.pro
@@ -0,0 +1,14 @@
+TEMPLATE = lib
+CONFIG += plugin qdbus
+QT += network
+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)
+