summaryrefslogtreecommitdiff
path: root/plugins/Listener/catchcopy-v0002/listener.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Listener/catchcopy-v0002/listener.pro')
-rw-r--r--plugins/Listener/catchcopy-v0002/listener.pro29
1 files changed, 17 insertions, 12 deletions
diff --git a/plugins/Listener/catchcopy-v0002/listener.pro b/plugins/Listener/catchcopy-v0002/listener.pro
index f1706c5..b21289a 100644
--- a/plugins/Listener/catchcopy-v0002/listener.pro
+++ b/plugins/Listener/catchcopy-v0002/listener.pro
@@ -6,16 +6,21 @@ TEMPLATE = lib
CONFIG += plugin
QT += network
win32:LIBS += -ladvapi32
-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
+HEADERS = \
+ $$PWD/listener.h \
+ $$PWD/catchcopy-api-0002/VariablesCatchcopy.h \
+ $$PWD/catchcopy-api-0002/ServerCatchcopy.h \
+ $$PWD/catchcopy-api-0002/ExtraSocketCatchcopy.h \
+ $$PWD/Environment.h \
+ $$PWD/Variable.h \
+ $$PWD/DebugEngineMacro.h \
+ $$PWD/StructEnumDefinition.h \
+ $$PWD/../../../interface/PluginInterface_Listener.h \
+ $$PWD/../../../cpp11addition.h
+SOURCES = \
+ $$PWD/listener.cpp \
+ $$PWD/catchcopy-api-0002/ServerCatchcopy.cpp \
+ $$PWD/catchcopy-api-0002/ExtraSocketCatchcopy.cpp \
+ $$PWD/../../../cpp11addition.cpp \
+ $$PWD/../../../cpp11additionstringtointcpp.cpp
TARGET = $$qtLibraryTarget(listener)