moved over to qt project
This commit is contained in:
29
TS_WIFILED.pro
Normal file
29
TS_WIFILED.pro
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
|
||||
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
|
||||
|
||||
SOURCES = \
|
||||
$$PWD/src/plugin.c
|
||||
|
||||
INCLUDEPATH = \
|
||||
$$PWD/include \
|
||||
$$PWD/include/teamlog \
|
||||
$$PWD/include/teamspeak \
|
||||
$$PWD/src \
|
||||
|
||||
#DEFINES =
|
||||
|
||||
Reference in New Issue
Block a user