<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi everyone,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I'm using "Visual Studio 8 (2005) C++ with Qt4
integration" (MSVS/QT IDE) on a Windows XP platform. I started creating my
application in the standard way with
<File><New><Project><Qt application>. This gives me Qt
Designer support that creates and/or shows the accompanying source when a double
click on a widget. It is possible to right-click on a widget and select "Connect
signal..." to create the source code for that specific signal.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Now I'm trying to use CMake to create a solution
file that gives me the same behavior in my MSVS/QT IDE. At this
stage compiling and linking is ok, so the program works. However, when
using the integrated Qt Designer to edit UI files, double-clicking on a widget
does not create or show me the accompanying source code. It is possible to
right-click on a widget and select "Connect signal..." but again no code is
shown or generated in the accompanying H and CPP files.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Does anybody know what attributes I should add to
my CMakeLists.txt file to include source code generation in my IDE?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any help will be much appreciated!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Iwan Dobbe</FONT></DIV></BODY></HTML>