diff build/core.txt @ 7:b8a79f9fba5a

More fixes and cleanups in CMake build script.
author SokoL_SD
date Thu, 14 May 2009 08:36:04 +0000
parents 0a29ce1ae854
children 6faf3d3cb95e
line wrap: on
line diff
--- a/build/core.txt	Wed May 13 23:40:31 2009 +0000
+++ b/build/core.txt	Thu May 14 08:36:04 2009 +0000
@@ -1,14 +1,11 @@
-## Qt Lib name.
-set (lib_name QtCore)
 ## Libraries linked to the cpp part (is active only if CPP_SHARED == true).
 set (link_cpp  ${QT_QTCORE_LIBRARY})
-## Libraries linked to the d part (is active only if CPP_SHARED == true)..
-set (link_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)
 ## Module specific d files.
@@ -16,6 +13,7 @@
     core/QPoint core/QPointF
     core/QSize core/QSizeF
     core/QLine core/QLineF
+    core/QRect core/QRectF
     core/QString core/QVariant
     core/QModelIndex)
 set (d_generated_files core/Qt)
@@ -28,13 +26,11 @@
 	QObject
 	QTimerEvent
 	QTranslator
-	QRect	
 	QByteArray
 	QLocale
 	QDataStream
 	QMimeData
 	QIODevice
-	QRectF
 	QDateTime
 	QDate
 	QTime