diff 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
line wrap: on
line diff
--- a/build/gui.txt	Wed May 13 23:40:31 2009 +0000
+++ b/build/gui.txt	Thu May 14 08:36:04 2009 +0000
@@ -1,20 +1,4 @@
- 
-## Qt Lib name.
-set(lib_name QtGui)
-
-## Libraries linked to the cpp part (is active only if CPP_SHARED == true).
-set(link_cpp ${cpp_core_implib} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
-
-## Libraries linked to the d part (is active only if CPP_SHARED == true)..
-set(link_d libqtdcore.a)
-
-## Module specific cpp files.
-set(cpp_files)
-
-## Module specific d files.
-set(d_files)
-
-## Classes.
+set(link_cpp cpp_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
 set(classes
 	QPushButton
 	QFileIconProvider