[CMake] question related with Qt

Alexander Neundorf a.neundorf-work at gmx.net
Sat Jun 17 03:06:55 EDT 2006


-------- Original-Nachricht --------
Datum: Sat, 17 Jun 2006 01:20:47 -0400
Von: kdsfinger at gmail.com
An: cmake <cmake at cmake.org>
Betreff: [CMake] question related with Qt

> hi, all
> 
> I am reading 2 CMakeList.txt files coming from the examples
> (SimpleView, Events) in vtk (Examples/GUI/Qt/). I am using Qt3.3.
> 
> There is the following command in one of the CMakeList.txt
> 
> QT_WRAP_UI(qtevents UI_HDRS UI_SRCS GUI.ui)
> 
> Where can I find the reference for the key words "UI_HDRS" and
> "UI_SRCS"? Thanks ahead.

These are nor keywords, these are the names of two variables (which you can name as you want) which will hold the list generated files after QT_WRAP_UI() has been processed.

Bye
Alex

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


More information about the CMake mailing list