blob: b9fe09ff2737d74e724e8a221080f149d42ba7cb (
plain)
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
TEMPLATE = subdirs
unix:!embedded:!mac:CONFIG += x11
SUBDIRS = aclock \
action \
action/toggleaction \
addressbook \
application \
buttongroups \
checklists \
cursor \
customlayout \
dclock \
demo \
dirview \
distributor \
dragdrop \
drawdemo \
drawlines \
extension \
fonts \
forever \
gridview \
hello \
helpdemo \
helpviewer \
i18n \
layout \
life \
lineedits \
listboxcombo \
listbox \
listviews \
menu \
movies \
picture \
popup \
process \
progress \
progressbar \
qdir \
qfd \
qmag \
qtl \
qwerty \
rangecontrols \
richtext \
rot13 \
scribble \
scrollview \
showimg \
splitter \
tabdialog \
tetrix \
textedit \
themes \
tictac \
tooltip \
toplevel \
tux \
widgets \
wizard \
xform
thread:SUBDIRS += thread/prodcons \
thread/semaphores
canvas:SUBDIRS += canvas
canvas:table:SUBDIRS += chart
opengl:SUBDIRS += opengl/box \
opengl/gear \
opengl/glpixmap \
opengl/overlay \
opengl/sharedbox \
opengl/texture
x11:nas:SUBDIRS += sound
mac|win32:SUBDIRS += sound
iconview:SUBDIRS += fileiconview \
iconview \
iconview/simple_dd
network:SUBDIRS += network/archivesearch \
network/clientserver/client \
network/clientserver/server \
network/ftpclient \
network/httpd \
network/infoprotocol/infoclient \
network/infoprotocol/infoserver \
network/infoprotocol/infourlclient \
network/mail \
network/networkprotocol \
network/remotecontrol
workspace:SUBDIRS+= mdi
table:SUBDIRS += table/statistics \
table/small-table-demo \
regexptester \
table/bigtable \
helpsystem
tablet:SUBDIRS += tablet
sql:SUBDIRS += sql
xml:SUBDIRS += xml/outliner \
xml/tagreader \
xml/tagreader-with-features
embedded:SUBDIRS += launcher
embedded:SUBDIRS -= showimg
win32:SUBDIRS += trayicon
embedded:SUBDIRS += trayicon
x11:SUBDIRS += biff \
desktop
|