-
Notifications
You must be signed in to change notification settings - Fork 141
/
QQStars.pro
109 lines (100 loc) · 3.38 KB
/
QQStars.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
TEMPLATE = app
TARGET = QQStars
QT += widgets network webkit svg qml quick concurrent sql quick-private#widgets-private core-private gui-private
QT += webkitwidgets
linux:LIBS += -lXext
INCLUDEPATH += \
src \
src/qxtglobalshortcut \
src/qqstars \
src/mywidgets \
src/utility
SOURCES += src/main.cpp \
src/utility/mynetworkaccessmanagerfactory.cpp \
src/utility/utility.cpp \
src/mywidgets/mywindow.cpp \
src/qqstars/qqstars.cpp \
src/mywidgets/systemtrayicon.cpp \
src/mywidgets/mysvgview.cpp \
src/mywidgets/myimage.cpp \
src/mywidgets/mymessagebox.cpp \
src/utility/myhttprequest.cpp \
src/qqstars/qqiteminfo.cpp \
src/utility/downloadimage.cpp \
src/utility/texteditplaygif.cpp
RESOURCES += \
images.qrc \
other.qrc \
faces.qrc \
qml.qrc \
style.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
include (src/qxtglobalshortcut/qxtglobalshortcut.pri)
#include (qmlapplicationviewer.pri)
#qtcAddDeployment()
HEADERS += \
src/utility/mynetworkaccessmanagerfactory.h \
src/utility/utility.h \
src/mywidgets/mywindow.h \
src/qqstars/qqstars.h \
src/mywidgets/systemtrayicon.h \
src/mywidgets/mysvgview.h \
src/mywidgets/myimage.h \
src/mywidgets/mymessagebox.h \
src/utility/myhttprequest.h \
src/qqstars/qqiteminfo.h \
src/utility/downloadimage.h \
src/utility/texteditplaygif.h
OTHER_FILES += \
qml/Utility/CodeInput.qml \
qml/Utility/MyButton.qml \
qml/Utility/MyMessageBox.qml \
qml/Utility/MyTextArea.qml \
qml/Utility/MyTextField.qml \
qml/Utility/SystemTray.qml \
qml/Api/api.js \
qml/Api/QQApi.qml \
qml/Login/KeyboardPage/SoftKeyboard.qml \
qml/Login/KeyboardPage/SoftKeyboardButton.qml \
qml/Login/main.qml \
qml/Login/SettingPage.qml \
qml/MainPanel/ChatWindow/qqshow.png \
qml/MainPanel/ListPage/AllListPage.qml \
qml/MainPanel/ListPage/FriendList.qml \
qml/MainPanel/ListPage/GroupList.qml \
qml/MainPanel/ListPage/RecentList.qml \
qml/MainPanel/main.qml \
qml/MainPanel/MainPanelPage.qml \
qml/Utility/ComboBox/MyComboBox.qml \
qml/Utility/ComboBox/MyComboBoxComponent.qml \
qml/Login/MyLoginButton.qml \
qml/Chat/ChatWindowCommand.qml \
qml/Chat/MessageListComponent.qml \
qml/Chat/qqshow.png \
qml/Utility/KeyboardPage/SoftKeyboard.qml \
qml/Utility/KeyboardPage/SoftKeyboardButton.qml \
qml/Utility/MyRectangularGlow.qml \
qml/Utility/MyWindow.qml \
qml/Utility/MyScrollView.qml \
qml/Login/LoginPanel/AccountList.qml \
qml/Login/LoginPanel/LoginCheckBox.qml \
qml/Login/LoginPanel/LoginInputArea.qml \
qml/Login/LoginPanel/LoginPage.qml \
qml/QQItemInfo/DiscuInfo.qml \
qml/QQItemInfo/FriendInfo.qml \
qml/QQItemInfo/GroupInfo.qml \
qml/MainPanel/ListPage/DiscuList.qml \
qml/MainPanel/ListPage/GroupAndDiscuPage.qml \
style/menuStyle.css \
style/messageBoxStyle.css \
qml/Chat/FriendChatPage.qml \
qml/Chat/GroupChatPage.qml \
qml/Chat/DiscuChatPage.qml \
qml/Chat/ChatPage.qml \
qml/Utility/TrayMessageWindow.qml \
qml/Login/textedit.html \
qml/Utility/MyTextView.qml
FORMS +=