view build/core.txt @ 347:970332a88b72

lowered the marshall in rank
author maxter <spambox@d-coding.com>
date Sat, 15 May 2010 00:22:47 +0300
parents 96a75b1e5b26
children 31520b2c0b3c
line wrap: on
line source

configure_file(d${D_VERSION}/qt/QDefines.d.inc qt/QDefines.d)

## Module specific cpp files.
set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell
    qt_core/QPoint_shell qt_core/QPointF_shell
    qt_core/QSize_shell qt_core/QSizeF_shell
    qt_core/QLine_shell qt_core/QLineF_shell
    qt_core/QRect_shell qt_core/QRectF_shell
    qt_core/QString_shell qt_core/QVariant_shell
    qt_core/QModelIndex_shell qt_core/QMetaType_shell
    qt_core/QMetaObject_shell)
## Module specific d files.
set (d_qt_files
    QGlobal
    core/QString
    core/QMetaType
    core/QMetaObject
    core/QTypeInfo
    core/QList
    core/QLine core/QLineF
    core/QModelIndex
    core/QRect core/QRectF
    core/QSize core/QSizeF
    core/QPoint core/QPointF
    core/QVariant
    )
set (d_qtd_files
    QtdObject
    Signal
    Str
    Atomic
    Marshal
    MOC
    Meta
    Array
    ArrayOpsPrimitive
    util/Tuple
    ctfe/Integer
    ctfe/String
    ctfe/Format
    )
set (d_generated_files core/Qt QDefines)
## Classes.
set (classes
    QChildEvent
    QCoreApplication
    QEvent
    QEventLoop
    QObject
    QTimerEvent
    QTranslator
    QByteArray
    QLocale
    QDataStream
    QMimeData
    QIODevice
    QDateTime
    QDate
    QTime
    QBitArray
    QRegExp
    QUrl
    QAbstractItemModel
    QAbstractFileEngine
    QFile
    QDir
    QFileInfo
    QTextStream
    QTimer
    QTextCodec
    QTextCodec_ConverterState
    QTextEncoder
    QTextDecoder
    QTimeLine
    QAbstractFactory
    QAbstractListModel
    QCryptographicHash
    QSettings
    QProcess
    QBuffer
    QLibraryInfo
    QXmlStreamEntityResolver
    QFileSystemWatcher
    QDynamicPropertyChangeEvent
    )