cleanup and made it working!
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user