-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathQtLxBTSC.pro
40 lines (38 loc) · 1.37 KB
/
QtLxBTSC.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
######################################################################
# Automatically generated by qmake (3.0) Thu Sep 27 23:03:02 2018
######################################################################
TEMPLATE = lib
TARGET = QtLxBTSC
INCLUDEPATH += . QtLxBTSC ts_plugin/include
CONFIG += release qt c++11 plugin
QT += core network gui widgets webchannel webenginewidgets
DESTDIR = build
OBJECTS_DIR = obj
MOC_DIR = moc
# Input
HEADERS += QtLxBTSC/ChatWidget.h \
QtLxBTSC/ConfigWidget.h \
QtLxBTSC/file.h \
QtLxBTSC/FileTransferItemWidget.h \
QtLxBTSC/FileTransferListWidget.h \
QtLxBTSC/FullScreenWindow.h \
QtLxBTSC/globals.h \
QtLxBTSC/plugin.h \
QtLxBTSC/PluginHelper.h \
QtLxBTSC/TsClient.h \
QtLxBTSC/TsServer.h \
QtLxBTSC/TsWebEnginePage.h \
QtLxBTSC/TsWebObject.h \
QtLxBTSC/utils.h
SOURCES += QtLxBTSC/ChatWidget.cpp \
QtLxBTSC/ConfigWidget.cpp \
QtLxBTSC/FileTransferItemWidget.cpp \
QtLxBTSC/FileTransferListWidget.cpp \
QtLxBTSC/FullScreenWindow.cpp \
QtLxBTSC/globals.cpp \
QtLxBTSC/plugin.cpp \
QtLxBTSC/PluginHelper.cpp \
QtLxBTSC/TsClient.cpp \
QtLxBTSC/TsServer.cpp \
QtLxBTSC/TsWebObject.cpp \
QtLxBTSC/utils.cpp