-
Notifications
You must be signed in to change notification settings - Fork 199
/
qt5-book-code.pro
69 lines (68 loc) · 1.59 KB
/
qt5-book-code.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
TEMPLATE = subdirs
SUBDIRS += \
chap01/age \
chap01/hello \
chap01/quit \
chap02/find \
chap02/gotocell1 \
chap02/gotocell2 \
chap03/spreadsheet \
chap04/spreadsheet \
chap05/hexspinbox \
chap05/iconeditor \
chap05/iconeditorplugin \
chap05/plotter \
chap06/findfile1 \
chap06/findfile2 \
chap06/findfile3 \
chap06/mailclient \
chap06/mdieditor \
chap06/preferences \
chap06/splitter \
chap07/ticker \
chap08/cityscape \
chap08/diagram \
chap08/oventimer \
chap09/projectchooser \
chap10/booleanparser \
chap10/cities \
chap10/colornames \
chap10/coordinatesetter \
chap10/currencies \
chap10/directoryviewer \
chap10/flowchartsymbolpicker \
chap10/settingsviewer \
chap10/teamleaders \
chap10/trackeditor \
chap12/imageconverter \
chap12/imagespace \
chap12/tidy \
chap13/scooters \
chap13/staffmanager \
chap14/imagepro \
chap14/semaphores \
chap14/threads \
chap14/waitconditions \
chap15/httpget \
chap15/tripplanner \
chap15/tripserver \
chap15/weatherballoon \
chap15/weatherstation \
chap16/domparser \
chap16/saxhandler \
chap16/xmlstreamreader \
chap16/xmlstreamwriter \
chap19/bronze \
chap19/candy \
chap20/teapots \
chap20/tetrahedron \
chap20/vowelcube \
chap21/basiceffectsplugin \
chap21/bronze \
chap21/bronzestyleplugin \
chap21/cursorplugin \
chap21/extraeffectsplugin \
chap21/textart \
chap22/calculator \
chap22/gaspump \
chap22/htmleditor