CMake/Tests/CMakeGUI
Kitware Robot 1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
..
environment CMake GUI: Add environment editor 2020-09-28 09:46:35 -04:00
presetArg-noPresetBinaryChange CMake GUI: Add presets functionality 2020-10-05 09:49:59 -04:00
presetArg-preset CMake GUI: Add presets functionality 2020-10-05 09:49:59 -04:00
presetArg-presetBinary CMake GUI: Add presets functionality 2020-10-05 09:49:59 -04:00
presetArg-presetBinaryChange CMake GUI: Add presets functionality 2020-10-05 09:49:59 -04:00
presetArg-presetConfigExists CMake GUI: Add presets functionality 2020-10-05 09:49:59 -04:00
simpleConfigure-fail Tests: Add some basic configure tests for the CMake GUI 2020-09-28 09:46:35 -04:00
simpleConfigure-success Tests: Add some basic configure tests for the CMake GUI 2020-09-28 09:46:35 -04:00
sourceBinaryArgs-binaryDir
sourceBinaryArgs-noExistConfig
sourceBinaryArgs-noExistConfigExists
sourceBinaryArgs-sourceDir
CatchShow.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CatchShow.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CatchShowTest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CatchShowTest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CMakeGUITest.cmake Tests: Update tests to run in symlinked tree 2023-09-22 09:30:52 -04:00
CMakeGUITest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CMakeGUITest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CMakeLists.txt Tests: Make CMakeGUI test build with both Qt5 and Qt6 2025-02-21 14:41:12 -05:00
EnvironmentDialogTest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
EnvironmentDialogTest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakeCacheModelTest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakeCacheModelTest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakePresetComboBoxTest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakePresetComboBoxTest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakePresetItemModelTest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakePresetItemModelTest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakePresetTest.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
QCMakePresetTest.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00