ENH: Add cross compiling support in the GUI in the same dialog that prompts for
commit6d6e0e58457b02a1945ab34383aba725bb698e9b
authorclinton <clinton>
Thu, 15 May 2008 23:21:01 +0000 (15 23:21 +0000)
committerclinton <clinton>
Thu, 15 May 2008 23:21:01 +0000 (15 23:21 +0000)
tree170ed380e5ea2df2d1a5caee6ce1c507d16edd94
parent766bc383d6fd082b9eb88ec5ea3e22ebef2ab345
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.
15 files changed:
Source/QtDialog/AddCacheEntry.cxx
Source/QtDialog/AddCacheEntry.h
Source/QtDialog/AddCacheEntry.ui
Source/QtDialog/CMakeFirstConfigure.cxx [new file with mode: 0644]
Source/QtDialog/CMakeFirstConfigure.h [new file with mode: 0644]
Source/QtDialog/CMakeFirstConfigure.ui [new file with mode: 0644]
Source/QtDialog/CMakeLists.txt
Source/QtDialog/CMakeSetupDialog.cxx
Source/QtDialog/CMakeSetupDialog.h
Source/QtDialog/QCMake.cxx
Source/QtDialog/QCMake.h
Source/QtDialog/QCMakeCacheView.cxx
Source/QtDialog/QCMakeCacheView.h
Source/QtDialog/QCMakeWidgets.cxx [new file with mode: 0644]
Source/QtDialog/QCMakeWidgets.h [new file with mode: 0644]