summaryrefslogtreecommitdiff
path: root/plugins/Listener/catchcopy-v0002/listener.pro
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-01-04 14:50:19 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-01-04 14:50:19 +0100
commit8f9f382e1c97cab2e72e97495650c73ac4b97314 (patch)
tree78510a0d81368c09b56f444fb19bb132c8bc3009 /plugins/Listener/catchcopy-v0002/listener.pro
Imported Upstream version 0.3.0.5
Diffstat (limited to 'plugins/Listener/catchcopy-v0002/listener.pro')
-rw-r--r--plugins/Listener/catchcopy-v0002/listener.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/Listener/catchcopy-v0002/listener.pro b/plugins/Listener/catchcopy-v0002/listener.pro
new file mode 100644
index 0000000..0cd7fa4
--- /dev/null
+++ b/plugins/Listener/catchcopy-v0002/listener.pro
@@ -0,0 +1,17 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += network
+HEADERS = listener.h \
+ catchcopy-api-0002/VariablesCatchcopy.h \
+ catchcopy-api-0002/ServerCatchcopy.h \
+ catchcopy-api-0002/ExtraSocketCatchcopy.h \
+ Environment.h \
+ Variable.h \
+ DebugEngineMacro.h \
+ StructEnumDefinition.h \
+ ../../../interface/PluginInterface_Listener.h
+SOURCES = listener.cpp \
+ catchcopy-api-0002/ServerCatchcopy.cpp \
+ catchcopy-api-0002/ExtraSocketCatchcopy.cpp
+TARGET = $$qtLibraryTarget(listener)
+TRANSLATIONS += Languages/fr/translation.ts