mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
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:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user