view build/core.txt @ 252:37eed70de029

More things broken than fixed. Rolling back to 263
author maxter
date Sat, 22 Aug 2009 12:50:58 +0000
parents 7664de4a55e5
children 34a37904ff77
line wrap: on
line source

configure_file(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)
## Module specific d files.
set (d_files QGlobal qtd/Array  
    qtd/ArrayOpsPrimitive   
    core/QString core/QMetaType)
set (d_version_files 
    QtDObject
    Signal qtd/Str
    core/QLine core/QLineF
    core/QModelIndex
    core/QRect core/QRectF
    core/QSize core/QSizeF
    core/QPoint core/QPointF
    core/QVariant)
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
    )