comparison build/gui.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 056e83133e29
comparison
equal deleted inserted replaced
6:374a61671448 7:b8a79f9fba5a
1 1 set(link_cpp cpp_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
2 ## Qt Lib name.
3 set(lib_name QtGui)
4
5 ## Libraries linked to the cpp part (is active only if CPP_SHARED == true).
6 set(link_cpp ${cpp_core_implib} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
7
8 ## Libraries linked to the d part (is active only if CPP_SHARED == true)..
9 set(link_d libqtdcore.a)
10
11 ## Module specific cpp files.
12 set(cpp_files)
13
14 ## Module specific d files.
15 set(d_files)
16
17 ## Classes.
18 set(classes 2 set(classes
19 QPushButton 3 QPushButton
20 QFileIconProvider 4 QFileIconProvider
21 QPaintDevice 5 QPaintDevice
22 QPicture 6 QPicture