source: trunk/doc/src/snippets/snippets.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 3.8 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
6TEMPLATE = subdirs
7SUBDIRS = 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 \
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 \
67 qtablewidget-resizing \
68 qtablewidget-using \
69 qtcast \
70 qtreeview-dnd \
71 qtreewidgetitemiterator-using \
72 qtreewidget-using \
73 quiloader \
74 qx11embedcontainer \
75 qx11embedwidget \
76 reading-selections \
77 scribe-overview \
78 separations \
79# settings \ # not designed to be built
80 shareddirmodel \
81 sharedemployee \
82 sharedtablemodel \
83# signalsandslots \
84 simplemodel-use \
85# splitter \
86 sqldatabase \
87 stringlistmodel \
88# styles \
89 textblock-formats \
90 textblock-fragments \
91 textdocument-blocks \
92 textdocument-charformats \
93 textdocument-cursors \
94 textdocument-find \
95 textdocument-frames \
96 textdocument-imageformat \
97 textdocument-images \
98 textdocument-listitems \
99 textdocument-lists \
100 textdocument-printing \
101# textdocument-resources \
102 textdocument-selections \
103 textdocument-tables \
104# threads \
105 timers \
106 updating-selections \
107# whatsthis \
108 widget-mask \
109 xml
Note: See TracBrowser for help on using the repository browser.