comparison build/gui.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 056e83133e29
children cf8a415f3f32
comparison
equal deleted inserted replaced
26:6873e4b22c08 27:a9626891eca6
1 set(link_cpp cpp_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY}) 1 set(required Core)
2 set(classes 2 set(classes
3 QPushButton 3 QPushButton
4 QFileIconProvider 4 QFileIconProvider
5 QPaintDevice 5 QPaintDevice
6 QPicture 6 QPicture