summaryrefslogtreecommitdiff
path: root/plugins-alternative/Listener/dbus/listener.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-alternative/Listener/dbus/listener.pro')
-rw-r--r--plugins-alternative/Listener/dbus/listener.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins-alternative/Listener/dbus/listener.pro b/plugins-alternative/Listener/dbus/listener.pro
new file mode 100644
index 0000000..16cd3d3
--- /dev/null
+++ b/plugins-alternative/Listener/dbus/listener.pro
@@ -0,0 +1,19 @@
+CONFIG += c++11
+QMAKE_CXXFLAGS+="-std=c++0x -Wall -Wextra"
+mac:QMAKE_CXXFLAGS+="-stdlib=libc++"
+
+TEMPLATE = lib
+CONFIG += plugin
+QT += network dbus
+HEADERS = \
+ $$PWD/listener.h \
+ $$PWD/Environment.h \
+ $$PWD/Variable.h \
+ $$PWD/DebugEngineMacro.h \
+ $$PWD/StructEnumDefinition.h \
+ $$PWD/../../../interface/PluginInterface_Listener.h \
+ $$PWD/Catchcopy.h
+SOURCES = \
+ $$PWD/listener.cpp \
+ $$PWD/Catchcopy.cpp
+TARGET = $$qtLibraryTarget(listener)