-------- Original-Nachricht -------- Datum: Sat, 17 Jun 2006 01:20:47 -0400 Von: [EMAIL PROTECTED] An: cmake <[email protected]> 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
