annotate build/gui.txt @ 27:a9626891eca6

CMake: generator will work only for needed packages. CMake: check for depends packages. CMake: add options 'QT_BUILD_PACKAGE'. Now you can build only needed packages.
author SokoL_SD
date Fri, 15 May 2009 16:42:02 +0000
parents 056e83133e29
children cf8a415f3f32
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
a9626891eca6 CMake: generator will work only for needed packages.
SokoL_SD
parents: 15
diff changeset
1 set(required Core)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2 set(classes
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 QPushButton
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 QFileIconProvider
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 QPaintDevice
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
6 QPicture
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
7 QPixmap
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
8 QImage
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 QBitmap
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
10 QStyle
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
11 QStyleOption
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
12 QDesktopWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
13 QMenu
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
14 QAction
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
15 QDropEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
16 QInputContext
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
17 QWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
18 QApplication
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
19 QIcon
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
20 QIconEngine
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
21 QPalette
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
22 QSizePolicy
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
23 QRegion
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
24 QFontMetrics
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
25 QCursor
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
26 QFont
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
27 QClipboard
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
28 QSessionManager
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
29 QPainterPath
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
30 QPainterPath_Element
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
31 QPaintEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
32 QTransform
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
33 QMatrix
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
34 QPainter
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
35 QDragLeaveEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
36 QPolygon
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
37 QInputEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
38 QDragEnterEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
39 QKeyEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
40 QHideEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
41 QWheelEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
42 QMoveEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
43 QActionGroup
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
44 QActionEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
45 QFocusEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
46 QIconEngineV2
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
47 QFontInfo
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
48 QStyleHintReturn
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
49 QColor
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
50 QDragMoveEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
51 QStyleOptionMenuItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
52 QTabletEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
53 QShowEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
54 QResizeEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
55 QBrush
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
56 QInputMethodEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
57 QContextMenuEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
58 QStyleOptionComplex
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
59 QMouseEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
60 QHelpEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
61 QTextFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
62 QKeySequence
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
63 QCloseEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
64 QGradient
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
65 QTextItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
66 QTextOption
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
67 QPolygonF
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
68 QPen
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
69 QTextCharFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
70 QTextListFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
71 QTextTableFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
72 QTextLength
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
73 QTextFrameFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
74 QTextTableCellFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
75 QTextBlockFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
76 QTextImageFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
77 QFrame
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
78 QLabel
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
79 QAbstractButton
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
80 QMovie
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
81 QCheckBox
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
82 QRadioButton
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
83 QToolButton
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
84 QStyleOptionButton
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
85 QStyleOptionToolButton
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
86 QStyleOptionToolBar
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
87 QStyleOptionToolBox
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
88 QStyleOptionToolBoxV2
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
89 QStyleOptionSlider
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
90 QStyleOptionViewItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
91 QStyleOptionHeader
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
92 QStyleOptionDockWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
93 QStyleOptionTab
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
94 QButtonGroup
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
95 QLCDNumber
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
96 QAbstractSlider
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
97 QDial
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
98 QSlider
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
99 QScrollBar
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
100 QPaintEngine
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
101 QSpacerItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
102 QLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
103 QLayoutItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
104 QPaintEngineState
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
105 QBoxLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
106 QHBoxLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
107 QVBoxLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
108 QFormLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
109 QGridLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
110 QStackedLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
111 QAbstractScrollArea
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
112 QAbstractItemDelegate
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
113 QAbstractItemView
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
114 QTreeView
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
115 QTableView
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
116 QListView
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
117 QHeaderView
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
118 QItemSelection
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
119 QItemSelectionModel
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
120 QItemSelectionRange
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
121 QDirModel
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
122 QSplitter
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
123 QSplitterHandle
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
124 QListWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
125 QListWidgetItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
126 QMainWindow
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
127 QMenuBar
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
128 QToolBar
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
129 QMessageBox
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
130 QDockWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
131 QDialog
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
132 QStatusBar
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
133 QTabWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
134 QTabBar
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
135 QImageIOHandler
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
136 QImageReader
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
137 QTextFrame_iterator
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
138 QTextBlock_iterator
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
139 QPrinter
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
140 QTextLine
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
141 QTextEdit
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
142 QTextCursor
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
143 QTextFrame
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
144 QTextObject
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
145 QTextBlock
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
146 QTextDocument
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
147 QPrinterInfo
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
148 QTextList
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
149 QTextLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
150 QTextBlockUserData
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
151 QTextDocumentFragment
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
152 QTextTable
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
153 QAbstractTextDocumentLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
154 QTextBlockGroup
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
155 QTextObjectInterface
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
156 QTextInlineObject
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
157 QAbstractTextDocumentLayout_PaintContext
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
158 QTextLayout_FormatRange
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
159 QTextFragment
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
160 QTextTableCell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
161 QPrintEngine
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
162 QStyleOptionTabWidgetFrame
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
163 QComboBox
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
164 QValidator
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
165 QCompleter
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
166 QLineEdit
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
167 QStyleOptionComboBox
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
168 QStyleOptionFrame
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
169 QFileDialog
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
170 QAbstractProxyModel
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
171 QGraphicsItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
172 QGraphicsItemGroup
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
173 QGraphicsWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
174 QGraphicsLayout
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
175 QGraphicsScene
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
176 QGraphicsSimpleTextItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
177 QGraphicsRectItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
178 QGraphicsPolygonItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
179 QGraphicsPixmapItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
180 QGraphicsPathItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
181 QGraphicsLineItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
182 QGraphicsEllipseItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
183 QGraphicsLayoutItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
184 QAbstractGraphicsShapeItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
185 QGraphicsTextItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
186 QGraphicsProxyWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
187 QGraphicsSceneEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
188 QGraphicsSceneWheelEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
189 QGraphicsSceneContextMenuEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
190 QGraphicsSceneMouseEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
191 QGraphicsSceneResizeEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
192 QStyleOptionGraphicsItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
193 QGraphicsSceneMoveEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
194 QGraphicsSceneHoverEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
195 QGraphicsSceneDragDropEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
196 QGraphicsSceneHelpEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
197 QGraphicsView
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
198 QTableWidgetSelectionRange
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
199 QStandardItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
200 QUndoStack
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
201 QTreeWidgetItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
202 QTreeWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
203 QTextEdit_ExtraSelection
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
204 QTableWidgetItem
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
205 QTableWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
206 QTextOption_Tab
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
207 QMdiSubWindow
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
208 QInputMethodEvent_Attribute
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
209 QMdiArea
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
210 QUndoCommand
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
211 QStandardItemModel
15
056e83133e29 QDialogButtonBox
eldar
parents: 7
diff changeset
212 QDialogButtonBox
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
213 )