annotate build/core.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 6faf3d3cb95e
children cf8a415f3f32
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
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
8 qt_core/QModelIndex_shell)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 ## Module specific d files.
16
6faf3d3cb95e CMake: implement install and package targets.
SokoL_SD
parents: 7
diff changeset
10 set (d_files QGlobal 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
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
16 core/QModelIndex)
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
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
21 QChildEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
22 QCoreApplication
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
23 QEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
24 QEventLoop
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
25 QObject
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
26 QTimerEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
27 QTranslator
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
28 QByteArray
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
29 QLocale
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
30 QDataStream
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
31 QMimeData
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
32 QIODevice
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
33 QDateTime
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
34 QDate
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
35 QTime
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
36 QBitArray
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
37 QRegExp
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
38 QUrl
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
39 QAbstractItemModel
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
40 QAbstractFileEngine
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
41 QFile
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
42 QDir
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
43 QFileInfo
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
44 QTextStream
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
45 QTimer
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
46 )
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
47