Skip to content

qt: add a dummy project for Qt

Ben Boeckel requested to merge ben.boeckel/common-superbuild:qt-switch into master

This project is meant to be added as a DEPENDS to projects which require Qt, but can work with either Qt4 or Qt5. Projects which optionally depend on Qt do not need this project.

To use it, a project should look like:

superbuild_add_project(needqt
  DEPENDS qt
  DEPENDS_OPTIONAL qt4 qt5
  ...)

Cc: @tjcorona @chuck.atkins

Merge request reports