MantisBT - CMake
View Issue Details
0009951CMakeQtDialogpublic2009-11-23 02:232010-09-26 08:26
Alex Neundorf 
Clinton Stimpson 
normalminoralways
closedfixed 
CMake-2-8 
CMake-2-8 
0009951: cmake-gui needs Qt with STL-compatibility enabled
Hi,

cmake-gui uses the function QString::toStdString(), which is only available if Qt is configured with STL compatibility.
There should be a configure check whether the Qt which has been selected has STL compatibility enabled. (I just got a compile error due to this).
Or QString::toStdString() should not be used.

Alex
No tags attached.
Issue History
2009-11-23 02:23Alex NeundorfNew Issue
2009-11-23 15:55Bill HoffmanStatusnew => assigned
2009-11-23 15:55Bill HoffmanAssigned To => Clinton Stimpson
2009-11-23 17:30Clinton StimpsonNote Added: 0018554
2009-11-23 17:30Clinton StimpsonStatusassigned => resolved
2009-11-23 17:30Clinton StimpsonResolutionopen => fixed
2010-09-26 08:26Alex NeundorfNote Added: 0022351
2010-09-26 08:26Alex NeundorfStatusresolved => closed
2010-09-26 08:26Alex NeundorfFixed in Version => CMake-2-8

Notes
(0018554)
Clinton Stimpson   
2009-11-23 17:30   
/cvsroot/CMake/CMake/Source/QtDialog/QMacInstallDialog.cxx,v <-- QMacInstallDialog.cxx
new revision: 1.6; previous revision: 1.5
(0022351)
Alex Neundorf   
2010-09-26 08:26   
Resolved already for a long time, closing it.

Alex