View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002487CMakeCMakepublic2005-11-14 12:212005-11-19 09:44
ReporterGuy Shechter 
Assigned ToBill Hoffman 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002487: Qt + Visual Studio Integration
DescriptionQt4 has a designer that is integrated within the Visual Studio environment. For example if you double click on a Qpushbutton in the integrated designer, the callback function will automatically open for your editing convenience. This is similar functionality that was previously seen in the standalone QDesigner.


In order to get this integration to work seemlessly in Visual Studio, you have to set Keyword="Qt4VSv1.0" in the project file. Otherwise, Qt integration into the Visual Studio development environment is turned off.


<VisualStudioProject
      ProjectType="Visual C++"
       Version="7.10"
       Name="myproject"
       SccProjectName=""
       SccLocalPath=""
       Keyword="Qt4VSv1.0">
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0003278)
Bill Hoffman (manager)
2005-11-19 09:44

I have added a new property to targets, so, try this:

SET_TARGET_PROPERTIES(CMakeLib PROPERTIES VS_KEYWORD Qt4VSv1.0)


It is in cvs cmake.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team