annotate build/core.txt @ 90:ba63040afbf2

wrapping of QBuffer and QProcess, fixed #9
author eldar
date Wed, 27 May 2009 13:02:13 +0000
parents f46133029d8b
children 6027ff37f8ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
1 ## Module specific cpp files.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2 set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 qt_core/QPoint_shell qt_core/QPointF_shell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 qt_core/QSize_shell qt_core/QSizeF_shell
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 qt_core/QLine_shell qt_core/QLineF_shell
7
b8a79f9fba5a More fixes and cleanups in CMake build script.
SokoL_SD
parents: 4
diff changeset
6 qt_core/QRect_shell qt_core/QRectF_shell
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
7 qt_core/QString_shell qt_core/QVariant_shell
87
f46133029d8b qtd: Implement QMetaType. QVariant may save D types now.
SokoL_SD
parents: 79
diff changeset
8 qt_core/QModelIndex_shell qt_core/QMetaType_shell)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 ## Module specific d files.
53
ea099fe84d99 CMake: Add forgotten Array.d
SokoL_SD
parents: 39
diff changeset
10 set (d_files QGlobal qtd/Array qtd/Str QtDObject qtd/ArrayOpsPrimitive
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
11 core/QPoint core/QPointF
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
12 core/QSize core/QSizeF
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
13 core/QLine core/QLineF
7
b8a79f9fba5a More fixes and cleanups in CMake build script.
SokoL_SD
parents: 4
diff changeset
14 core/QRect core/QRectF
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
15 core/QString core/QVariant
87
f46133029d8b qtd: Implement QMetaType. QVariant may save D types now.
SokoL_SD
parents: 79
diff changeset
16 core/QModelIndex core/QMetaType)
16
6faf3d3cb95e CMake: implement install and package targets.
SokoL_SD
parents: 7
diff changeset
17 set (d_version_files Signal)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
18 set (d_generated_files core/Qt)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
19 ## Classes.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
20 set (classes
33
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
21 QChildEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
22 QCoreApplication
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
23 QEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
24 QEventLoop
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
25 QObject
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
26 QTimerEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
27 QTranslator
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
28 QByteArray
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
29 QLocale
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
30 QDataStream
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
31 QMimeData
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
32 QIODevice
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
33 QDateTime
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
34 QDate
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
35 QTime
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
36 QBitArray
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
37 QRegExp
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
38 QUrl
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
39 QAbstractItemModel
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
40 QAbstractFileEngine
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
41 QFile
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
42 QDir
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
43 QFileInfo
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
44 QTextStream
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
45 QTimer
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
46 QTextCodec
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
47 QTextCodec_ConverterState
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
48 QTextEncoder
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
49 QTextDecoder
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
50 QTimeLine
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
51 QAbstractFactory
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
52 QAbstractListModel
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 33
diff changeset
53 QCryptographicHash
79
957f549cfc65 CMake: add QSettings to build.
SokoL_SD
parents: 53
diff changeset
54 QSettings
90
ba63040afbf2 wrapping of QBuffer and QProcess, fixed #9
eldar
parents: 87
diff changeset
55 QProcess
ba63040afbf2 wrapping of QBuffer and QProcess, fixed #9
eldar
parents: 87
diff changeset
56 QBuffer
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
57 )
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
58