view build/core.txt @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 5bcfe9e7db7f
children
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/QLine
    core/QLineF
    core/QModelIndex
    core/QRect
    core/QRectF
    core/QSize
    core/QSizeF
    core/QPoint
    core/QPointF
    core/QVariant
    )

set (d_qtd_files   
    Core
    Memory
    Array 
    Signal
    String
    ArrayOpsPrimitive   
    Traits
    QtdObject
    )

set (d_generated_files qt/core/Qt 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
    QAbstractFileEngineIterator
    QFSFileEngine
    QFile
    QDir
    QFileInfo
    QTextStream
    QTimer
    QTextCodec
    QTextCodec_ConverterState
    QTextEncoder
    QTextDecoder
    QTimeLine
    QAbstractFactory
    QAbstractListModel
    QCryptographicHash
    QSettings
    QProcess
    QBuffer
    QLibraryInfo
    QXmlStreamEntityResolver
    )