view build/core.txt @ 282:256ab6cb8e85

Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
author eldar
date Fri, 16 Oct 2009 02:43:59 +0000
parents 34a37904ff77
children 17b5e13364b7 f9559a957be9
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
    qt_core/QMetaObject_shell)
## Module specific d files.
set (d_files
    QGlobal
    qtd/Array  
    qtd/ArrayOpsPrimitive   
    qtd/Traits
    core/QString
    core/QMetaType
    core/QMetaObject)
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
    )