comparison build/core.txt @ 27:a9626891eca6

CMake: generator will work only for needed packages. CMake: check for depends packages. CMake: add options 'QT_BUILD_PACKAGE'. Now you can build only needed packages.
author SokoL_SD
date Fri, 15 May 2009 16:42:02 +0000
parents 6faf3d3cb95e
children cf8a415f3f32
comparison
equal deleted inserted replaced
26:6873e4b22c08 27:a9626891eca6
1 ## Libraries linked to the cpp part (is active only if CPP_SHARED == true).
2 set (link_cpp ${QT_QTCORE_LIBRARY})
3 ## Module specific cpp files. 1 ## Module specific cpp files.
4 set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell 2 set (cpp_files qt_qtd/qtd_core qt_qtd/ArrayOpsPrimitive_shell
5 qt_core/QPoint_shell qt_core/QPointF_shell 3 qt_core/QPoint_shell qt_core/QPointF_shell
6 qt_core/QSize_shell qt_core/QSizeF_shell 4 qt_core/QSize_shell qt_core/QSizeF_shell
7 qt_core/QLine_shell qt_core/QLineF_shell 5 qt_core/QLine_shell qt_core/QLineF_shell