annotate build/core.txt @ 290:dcc2b22d1f55 signals

restore overwritten core.txt
author eldar
date Mon, 09 Nov 2009 06:57:48 +0000
parents c9d1aac290e9
children 19498f420252
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
194
ba7abb5c9e03 move the generated data from qt.QGlobal to qt.QDefines.
SokoL_SD
parents: 189
diff changeset
1 configure_file(qt/QDefines.d.inc qt/QDefines.d)
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.
254
maxter
parents: 252
diff changeset
13 set (d_files
maxter
parents: 252
diff changeset
14 QGlobal
289
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
15 qtd/Array
194
ba7abb5c9e03 move the generated data from qt.QGlobal to qt.QDefines.
SokoL_SD
parents: 189
diff changeset
16 qtd/ArrayOpsPrimitive
254
maxter
parents: 252
diff changeset
17 qtd/Traits
maxter
parents: 252
diff changeset
18 core/QString
maxter
parents: 252
diff changeset
19 core/QMetaType
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
20 core/QMetaObject
289
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
21
288
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
22 qtd/MetaMarshall
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
23 qtd/MOC
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
24 qtd/util/Tuple
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
25 qtd/ctfe/Integer
f9559a957be9 new signals and slots implementation
eldar
parents: 254
diff changeset
26 qtd/ctfe/String
289
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
27 qtd/ctfe/Format
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
28 )
189
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
29 set (d_version_files
254
maxter
parents: 252
diff changeset
30 QtdObject
189
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
31 Signal qtd/Str
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
32 core/QLine core/QLineF
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
33 core/QModelIndex
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
34 core/QRect core/QRectF
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
35 core/QSize core/QSizeF
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
36 core/QPoint core/QPointF
189
37b419197d4b CMake: fixes.
SokoL_SD
parents: 188
diff changeset
37 core/QVariant)
194
ba7abb5c9e03 move the generated data from qt.QGlobal to qt.QDefines.
SokoL_SD
parents: 189
diff changeset
38 set (d_generated_files core/Qt QDefines)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
39 ## Classes.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
40 set (classes
33
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
41 QChildEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
42 QCoreApplication
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
43 QEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
44 QEventLoop
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
45 QObject
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
46 QTimerEvent
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
47 QTranslator
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
48 QByteArray
289
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
49 QDataStream
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
50 QUrl
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
51
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
52 QTime
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
53 QRegExp
33
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
54 QLocale
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
55 QDateTime
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
56 QDate
cf8a415f3f32 gui package is fully wrapped now. lots of fixes in the generator
eldar
parents: 27
diff changeset
57 QBitArray
289
c9d1aac290e9 clean up of unneeded functionality
eldar
parents: 288
diff changeset
58 QIODevice
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
59 )
290
dcc2b22d1f55 restore overwritten core.txt
eldar
parents: 289
diff changeset
60