-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathutils.pri
More file actions
89 lines (83 loc) · 1.56 KB
/
utils.pri
File metadata and controls
89 lines (83 loc) · 1.56 KB
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
HEADERS = utilsexport.h \
jid.h \
versionparser.h \
errorhandler.h \
stanza.h \
action.h \
menu.h \
unzipfile.h \
message.h \
iconsetdelegate.h \
toolbarchanger.h \
datetime.h \
filestorage.h \
iconstorage.h \
stylestorage.h \
menubarchanger.h \
statusbarchanger.h \
ringbuffer.h \
widgetmanager.h \
options.h \
autosizetextedit.h \
balloontip.h \
closebutton.h \
actionbutton.h \
htmltoolbutton.h \
borderstructs.h \
custombordercontainer.h \
custombordercontainer_p.h \
customborderstorage.h \
systemmanager.h \
graphicseffectsstorage.h \
log.h \
imagemanager.h \
custominputdialog.h \
customlistview.h \
customlabel.h \
nonmodalopenfiledialog.h \
networking.h \
networking_p.h \
statistics.h \
customwebpage.h
SOURCES = jid.cpp \
versionparser.cpp \
errorhandler.cpp \
stanza.cpp \
action.cpp \
menu.cpp \
unzipfile.cpp \
message.cpp \
iconsetdelegate.cpp \
toolbarchanger.cpp \
datetime.cpp \
filestorage.cpp \
iconstorage.cpp \
stylestorage.cpp \
menubarchanger.cpp \
statusbarchanger.cpp \
ringbuffer.cpp \
widgetmanager.cpp \
options.cpp \
autosizetextedit.cpp \
balloontip.cpp \
closebutton.cpp \
actionbutton.cpp \
htmltoolbutton.cpp \
custombordercontainer.cpp \
customborderstorage.cpp \
systemmanager.cpp \
graphicseffectsstorage.cpp \
log.cpp \
imagemanager.cpp \
custominputdialog.cpp \
customlistview.cpp \
customlabel.cpp \
nonmodalopenfiledialog.cpp \
networking.cpp \
statistics.cpp \
customwebpage.cpp
macx: {
HEADERS += macutils.h \
macutils_p.h
OBJECTIVE_SOURCES += macutils.mm
}