source:
trunk/doc/src/snippets/snippets.pro@
973
Last change on this file since 973 was 846, checked in by , 14 years ago | |
---|---|
File size: 3.9 KB |
Line | |
---|---|
1 | ### A qmake file for the snippets. *** This is not for distribution. *** |
2 | # |
3 | # Snippets that don't work are commented out and marked with "broken"; |
4 | # other commented out snippets were probably not designed to be built. |
5 | |
6 | TEMPLATE = subdirs |
7 | SUBDIRS = brush \ |
8 | buffer \ |
9 | # clipboard \ # broken |
10 | coordsys \ |
11 | # customstyle \ |
12 | designer \ |
13 | dialogs \ |
14 | dockwidgets \ |
15 | draganddrop \ |
16 | dragging \ |
17 | dropactions \ |
18 | dropevents \ |
19 | droprectangle \ |
20 | events \ |
21 | # file \ |
22 | image \ |
23 | inherited-slot \ |
24 | itemselection \ |
25 | layouts \ |
26 | matrix \ |
27 | moc \ |
28 | # modelview-subclasses \ # broken |
29 | painterpath \ |
30 | persistentindexes \ |
31 | # picture \ # broken |
32 | plaintextlayout \ |
33 | # pointer \ |
34 | polygon \ |
35 | process \ |
36 | qdbusextratypes \ |
37 | qcalendarwidget \ |
38 | qdir-filepaths \ |
39 | qdir-listfiles \ |
40 | qdir-namefilters \ |
41 | qfontdatabase \ |
42 | qlabel \ |
43 | qlineargradient \ |
44 | qlistview-dnd \ |
45 | qlistview-using \ |
46 | qlistwidget-dnd \ |
47 | qlistwidget-using \ |
48 | # qmake \ # not designed to be built |
49 | qmetaobject-invokable \ |
50 | qprocess \ |
51 | qprocess-environment \ |
52 | # qsignalmapper \ |
53 | qsortfilterproxymodel-details \ |
54 | qsplashscreen \ |
55 | qstack \ |
56 | qstackedlayout \ |
57 | qstackedwidget \ |
58 | qstandarditemmodel \ |
59 | qstatustipevent \ |
60 | qstring \ |
61 | qstringlist \ |
62 | qstringlistmodel \ |
63 | qstyleoption \ |
64 | qstyleplugin \ |
65 | qsvgwidget \ |
66 | qtablewidget-dnd \ |