-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathCloudClient.pro
93 lines (79 loc) · 1.81 KB
/
CloudClient.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-01-27T19:53:03
#
#-------------------------------------------------
QT += core gui webkit sql network phonon
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = CloudClient
TEMPLATE = app
LIBS += -lqjson
isEmpty (PREFIX) {
PREFIX = /usr
}
message ("Install prefix set to $${PREFIX}")
de.files = CloudClient.desktop
de.path = $${PREFIX}/share/applications
bi.files = CloudClient
bi.path = $${PREFIX}/bin/
icon.files = resources/images/thunder-256.png
icon.path = $${PREFIX}/share/icons/hicolor/256x256/apps/
INSTALLS += de bi icon
SOURCES += main.cpp\
mainwindow.cpp \
thundercore.cpp \
util.cpp \
thunderpanel.cpp \
videopanel.cpp \
qmpwidget.cpp \
mplayer.cpp \
logview.cpp \
preferencesdlg.cpp \
browser.cpp \
addcloudtask.cpp \
transf0r.cpp \
downloader.cpp \
downloaderchildwidget.cpp \
saycapcha.cpp \
fileselectorline.cpp \
mediaplayer.cpp \
osd.cpp \
urllineedit.cpp \
searchlineedit.cpp \
simpleeditor.cpp
HEADERS += mainwindow.h \
thundercore.h \
CloudObject.h \
util.h \
thunderpanel.h \
videopanel.h \
qmpwidget.h \
mplayer.h \
logview.h \
preferencesdlg.h \
browser.h \
addcloudtask.h \
transf0r.h \
downloaderchildwidget.h \
downloader.h \
saycapcha.h \
fileselectorline.h \
mediaplayer.h \
osd.h \
urllineedit.h \
searchlineedit.h \
simpleeditor.h
FORMS += mainwindow.ui \
thunderpanel.ui \
videopanel.ui \
logview.ui \
preferencesdlg.ui \
browser.ui \
addcloudtask.ui \
transf0r.ui \
downloaderchildwidget.ui \
saycapcha.ui \
fileselectorline.ui \
simpleeditor.ui
RESOURCES += \
resources.qrc