comparison 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
comparison
equal deleted inserted replaced
6:374a61671448 7:b8a79f9fba5a
1 ## Qt Lib name.
2 set (lib_name QtCore)
3 ## Libraries linked to the cpp part (is active only if CPP_SHARED == true). 1 ## Libraries linked to the cpp part (is active only if CPP_SHARED == true).
4 set (link_cpp ${QT_QTCORE_LIBRARY}) 2 set (link_cpp ${QT_QTCORE_LIBRARY})
5 ## Libraries linked to the d part (is active only if CPP_SHARED == true)..
6 set (link_d )
7 ## Module specific cpp files. 3 ## Module specific cpp files.
8 set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell 4 set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell
9 qt_core/QPoint_shell qt_core/QPointF_shell 5 qt_core/QPoint_shell qt_core/QPointF_shell
10 qt_core/QSize_shell qt_core/QSizeF_shell 6 qt_core/QSize_shell qt_core/QSizeF_shell
11 qt_core/QLine_shell qt_core/QLineF_shell 7 qt_core/QLine_shell qt_core/QLineF_shell
8 qt_core/QRect_shell qt_core/QRectF_shell
12 qt_core/QString_shell qt_core/QVariant_shell 9 qt_core/QString_shell qt_core/QVariant_shell
13 qt_core/QModelIndex_shell) 10 qt_core/QModelIndex_shell)
14 ## Module specific d files. 11 ## Module specific d files.
15 set (d_files QGlobal qtd/Str QtDObject Signal d1/Signal qtd/ArrayOpsPrimitive 12 set (d_files QGlobal qtd/Str QtDObject Signal d1/Signal qtd/ArrayOpsPrimitive
16 core/QPoint core/QPointF 13 core/QPoint core/QPointF
17 core/QSize core/QSizeF 14 core/QSize core/QSizeF
18 core/QLine core/QLineF 15 core/QLine core/QLineF
16 core/QRect core/QRectF
19 core/QString core/QVariant 17 core/QString core/QVariant
20 core/QModelIndex) 18 core/QModelIndex)
21 set (d_generated_files core/Qt) 19 set (d_generated_files core/Qt)
22 ## Classes. 20 ## Classes.
23 set (classes 21 set (classes
26 QEvent 24 QEvent
27 QEventLoop 25 QEventLoop
28 QObject 26 QObject
29 QTimerEvent 27 QTimerEvent
30 QTranslator 28 QTranslator
31 QRect
32 QByteArray 29 QByteArray
33 QLocale 30 QLocale
34 QDataStream 31 QDataStream
35 QMimeData 32 QMimeData
36 QIODevice 33 QIODevice
37 QRectF
38 QDateTime 34 QDateTime
39 QDate 35 QDate
40 QTime 36 QTime
41 QBitArray 37 QBitArray
42 QRegExp 38 QRegExp