34 lines
861 B
Prolog
34 lines
861 B
Prolog
# Created by and for Qt Creator This file was created for editing the project sources only.
|
|
# You may attempt to use it for building too, by modifying this file here.
|
|
|
|
#TARGET = TS_WIFILED
|
|
|
|
TEMPLATE = lib
|
|
QT += core network
|
|
CONFIG += c++14
|
|
|
|
HEADERS = \
|
|
$$PWD/include/teamlog/logtypes.h \
|
|
$$PWD/include/teamspeak/clientlib_publicdefinitions.h \
|
|
$$PWD/include/teamspeak/public_definitions.h \
|
|
$$PWD/include/teamspeak/public_errors.h \
|
|
$$PWD/include/teamspeak/public_errors_rare.h \
|
|
$$PWD/include/teamspeak/public_rare_definitions.h \
|
|
$$PWD/include/plugin_definitions.h \
|
|
$$PWD/include/ts3_functions.h \
|
|
$$PWD/src/plugin.h \ \
|
|
src/ledhandler.h
|
|
|
|
SOURCES = \
|
|
$$PWD/src/plugin.cpp \
|
|
src/ledhandler.cpp
|
|
|
|
INCLUDEPATH = \
|
|
$$PWD/include \
|
|
$$PWD/include/teamlog \
|
|
$$PWD/include/teamspeak \
|
|
$$PWD/src \
|
|
|
|
#DEFINES =
|
|
|