view build/core.txt @ 90:ba63040afbf2

wrapping of QBuffer and QProcess, fixed #9
author eldar
date Wed, 27 May 2009 13:02:13 +0000
parents f46133029d8b
children 6027ff37f8ca
line wrap: on
line source

## 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/Str QtDObject qtd/ArrayOpsPrimitive
    core/QPoint core/QPointF
    core/QSize core/QSizeF
    core/QLine core/QLineF
    core/QRect core/QRectF
    core/QString core/QVariant
    core/QModelIndex core/QMetaType)
set (d_version_files Signal)
set (d_generated_files core/Qt)
## 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
    )