view cpp/qt_core/CMakeLists.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 e78566595089
children
line wrap: on
line source

PROJECT(QT_CORE_CPP CXX)
# source files

SET(QT_CORE_SRCS
QChildEvent_shell.cpp
QCoreApplication_shell.cpp
QEvent_shell.cpp
QEventLoop_shell.cpp
QObject_shell.cpp
QTimerEvent_shell.cpp
QTranslator_shell.cpp
QRect_shell.cpp
QPoint_shell.cpp
QByteArray_shell.cpp
QLocale_shell.cpp
QSize_shell.cpp
QSizeF_shell.cpp
QDataStream_shell.cpp
QMimeData_shell.cpp
QIODevice_shell.cpp
QPointF_shell.cpp
QRectF_shell.cpp
QDateTime_shell.cpp
QDate_shell.cpp
QTime_shell.cpp
QVariant_shell.cpp
QBitArray_shell.cpp
QRegExp_shell.cpp
QUrl_shell.cpp
QModelIndex_shell.cpp
QAbstractItemModel_shell.cpp
QAbstractFileEngine_shell.cpp
QFile_shell.cpp
QDir_shell.cpp
QFileInfo_shell.cpp
QTextStream_shell.cpp
QString_shell.cpp
QTimer_shell.cpp
)

ADD_LIBRARY(qt_core_cpp STATIC ${QT_CORE_SRCS})