annotate build/core.txt @ 7:b8a79f9fba5a

More fixes and cleanups in CMake build script.
author SokoL_SD
date Thu, 14 May 2009 08:36:04 +0000
parents 0a29ce1ae854
children 6faf3d3cb95e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
1 ## Libraries linked to the cpp part (is active only if CPP_SHARED == true).
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2 set (link_cpp ${QT_QTCORE_LIBRARY})
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
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
10 qt_core/QModelIndex_shell)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
11 ## Module specific d files.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
12 set (d_files QGlobal qtd/Str QtDObject Signal d1/Signal qtd/ArrayOpsPrimitive
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
13 core/QPoint core/QPointF
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
14 core/QSize core/QSizeF
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
15 core/QLine core/QLineF
7
b8a79f9fba5a More fixes and cleanups in CMake build script.
SokoL_SD
parents: 4
diff changeset
16 core/QRect core/QRectF
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
17 core/QString core/QVariant
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
18 core/QModelIndex)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
19 set (d_generated_files core/Qt)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
20 ## Classes.
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
21 set (classes
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
22 QChildEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
23 QCoreApplication
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
24 QEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
25 QEventLoop
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
26 QObject
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
27 QTimerEvent
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
28 QTranslator
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
29 QByteArray
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
30 QLocale
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
31 QDataStream
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
32 QMimeData
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
33 QIODevice
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
34 QDateTime
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
35 QDate
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
36 QTime
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
37 QBitArray
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
38 QRegExp
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
39 QUrl
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
40 QAbstractItemModel
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
41 QAbstractFileEngine
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
42 QFile
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
43 QDir
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
44 QFileInfo
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
45 QTextStream
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
46 QTimer
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
47 )
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
48