annotate build/core.txt @ 316:f04e6d82d3d4 lifetime

QDefines.d.inc
author maxter <spambox@d-coding.com>
date Thu, 24 Dec 2009 00:06:56 +0200
parents 80b52f5e97b6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
314
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
1 configure_file(d${D_VERSION}/qt/QDefines.d.inc qt/QDefines.d)
194
ba7abb5c9e03 move the generated data from qt.QGlobal to qt.QDefines.
SokoL_SD
parents: 189
diff changeset
2
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 ## Module specific cpp files.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 qt_core/QPoint_shell qt_core/QPointF_shell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
6 qt_core/QSize_shell qt_core/QSizeF_shell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
7 qt_core/QLine_shell qt_core/QLineF_shell
7
b8a79f9fba5a More fixes and cleanups in CMake build script.
SokoL_SD
parents: 4
diff changeset
8 qt_core/QRect_shell qt_core/QRectF_shell
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 qt_core/QString_shell qt_core/QVariant_shell
254
maxter
parents: 252
diff changeset
10 qt_core/QModelIndex_shell qt_core/QMetaType_shell
maxter
parents: 252
diff changeset
11 qt_core/QMetaObject_shell)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
12 ## Module specific d files.
314
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
13 set (d_qt_files
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
14 QGlobal
254
maxter
parents: 252
diff changeset
15 core/QString
maxter
parents: 252
diff changeset
16 core/QMetaType
314
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
17 core/QMetaObject
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
18 core/QLine
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
19 core/QLineF
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
20 core/QModelIndex
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
21 core/QRect
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
22 core/QRectF
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
23 core/QSize
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
24 core/QSizeF
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
25 core/QPoint
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
26 core/QPointF
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
27 core/QVariant
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
28 )
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
29
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
30 set (d_qtd_files
310
5bcfe9e7db7f Committing local changes
maxter <spambox@d-coding.com>
parents: 257
diff changeset
31 Core
5bcfe9e7db7f Committing local changes
maxter <spambox@d-coding.com>
parents: 257
diff changeset
32 Memory
314
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
33 Array
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
34 Signal
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
35 String
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
36 ArrayOpsPrimitive
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
37 Traits
254
maxter
parents: 252
diff changeset
38 QtdObject
314
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
39 )
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
40
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
41 set (d_generated_files qt/core/Qt qt/QDefines)
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 310
diff changeset
42
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
43 ## Classes.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
44 set (classes
33
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
45 QChildEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
46 QCoreApplication
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
47 QEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
48 QEventLoop
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
49 QObject
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
50 QTimerEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
51 QTranslator
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
52 QByteArray
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
53 QLocale
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
54 QDataStream
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
55 QMimeData
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
56 QIODevice
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
57 QDateTime
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
58 QDate
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
59 QTime
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
60 QBitArray
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
61 QRegExp
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
62 QUrl
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
63 QAbstractItemModel
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
64 QAbstractFileEngine
257
maxter
parents: 254
diff changeset
65 QAbstractFileEngineIterator
maxter
parents: 254
diff changeset
66 QFSFileEngine
33
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
67 QFile
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
68 QDir
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
69 QFileInfo
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
70 QTextStream
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
71 QTimer
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
72 QTextCodec
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
73 QTextCodec_ConverterState
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
74 QTextEncoder
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
75 QTextDecoder
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
76 QTimeLine
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
77 QAbstractFactory
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
78 QAbstractListModel
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 33
diff changeset
79 QCryptographicHash
79
957f549cfc65 CMake: add QSettings to build.
SokoL_SD
parents: 53
diff changeset
80 QSettings
90
ba63040afbf2 wrapping of QBuffer and QProcess, fixed #9
eldar
parents: 87
diff changeset
81 QProcess
ba63040afbf2 wrapping of QBuffer and QProcess, fixed #9
eldar
parents: 87
diff changeset
82 QBuffer
127
6027ff37f8ca bind QLibraryInfo
mandel
parents: 90
diff changeset
83 QLibraryInfo
152
4d1c5d1d1bbf fix some inconsistencies with conversion functions
eldar
parents: 132
diff changeset
84 QXmlStreamEntityResolver
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
85 )
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
86