ENH: Add cross compiling support in the GUI in the same dialog that prompts for

the generator on the first configure.  It either ask for a toolchain file
      or asks for all the information a toolchain file might contain.

      Also added option for setting non-default compilers if not cross compiling.
      Fixes #6849.

      Also a bit of code cleanup and re-organizing.
This commit is contained in:
Clinton Stimpson
2008-05-15 19:21:01 -04:00
parent 3e6decf312
commit f8f4140b6c
15 changed files with 1298 additions and 282 deletions
+4 -4
View File
@@ -65,14 +65,14 @@
</widget>
<customwidgets>
<customwidget>
<class>QCMakeCachePathEditor</class>
<class>QCMakePathEditor</class>
<extends>QLineEdit</extends>
<header>QCMakeCacheView.h</header>
<header>QCMakeWidgets.h</header>
</customwidget>
<customwidget>
<class>QCMakeCacheFilePathEditor</class>
<class>QCMakeFilePathEditor</class>
<extends>QLineEdit</extends>
<header>QCMakeCacheView.h</header>
<header>QCMakeWidgets.h</header>
</customwidget>
</customwidgets>
<resources/>