obs-studio/UI/frontend-plugins/aja-output-ui
tytan652 9c85ff8673 cmake,UI: Refactor find_qt macro
If QT_VERSION is not defined, it gets define with the AUTO value. And
its definition is moved to the helper file.

find_qt now:
- Check quietly for Qt5 and Qt6
- If QT_VERSION is set to AUTO. It checks firstly if Qt5 was found it
  will use it. If not it do the same for Qt6
- If QT_VERSION is set to 5 or 6, it checks if the choice was found and
  use it. And if not, it falls back to the other if found.
- If neither Qt5 or Qt6 are found, a fatal error is emitted.
- The macro saved the _QT_VERSION in the cache to replace QT_VERSION,
  so the process is not repeated each time that find_qt is used.
- When Qt::Gui is in the Linux component list, Qt::GuiPrivate is added.
  So using the versioned one is no longer required.
2022-07-26 17:34:26 +02:00
..
data/locale aja: Remove unnecessary .keepme files 2022-07-19 14:40:32 -04:00
forms aja-output-ui: Add the Multi View UI options for new device. 2022-01-11 17:28:05 -06:00
AJAOutputUI.cpp aja: Fix for invalid default settings and empty cardID string 2022-01-13 13:11:51 -06:00
AJAOutputUI.h aja-output-ui: Add the Multi View UI options for new device. 2022-01-11 17:28:05 -06:00
CMakeLists.txt cmake,UI: Refactor find_qt macro 2022-07-26 17:34:26 +02:00
aja-ui-main.cpp aja-output-ui: Avoid using OBS_UNUSED 2022-07-20 09:03:31 +02:00
aja-ui-main.h aja-output-ui: Add the Multi View UI options for new device. 2022-01-11 17:28:05 -06:00