summaryrefslogtreecommitdiff
path: root/plugins/Listener/catchcopy-v0002/listener.pro
blob: 0cd7fa439106408d49d77b379807e606c77da225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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