cleanup and made it working!

This commit is contained in:
2020-04-18 19:57:47 +02:00
parent b3d250dd43
commit 4544a38175
6 changed files with 548 additions and 488 deletions

View File

@@ -4,6 +4,8 @@
#TARGET = TS_WIFILED
TEMPLATE = lib
QT += core network
CONFIG += c++14
HEADERS = \
$$PWD/include/teamlog/logtypes.h \
@@ -14,10 +16,12 @@ HEADERS = \
$$PWD/include/teamspeak/public_rare_definitions.h \
$$PWD/include/plugin_definitions.h \
$$PWD/include/ts3_functions.h \
$$PWD/src/plugin.h
$$PWD/src/plugin.h \ \
src/ledhandler.h
SOURCES = \
$$PWD/src/plugin.c
$$PWD/src/plugin.cpp \
src/ledhandler.cpp
INCLUDEPATH = \
$$PWD/include \