Skip to content

include QtQuick for Qt 5.6+ and remove some redundancy

Patric Schmitz requested to merge cmake_qtquick into master

added QtQuick for 5.6+ which supersedes QtDeclarative

define required Qt packages as QT5_REQUIRED_PACKAGES list variable and iterate over list instead of replicating code per package

unify intendation (indent 2 spaces)

Edited by Patric Schmitz

Merge request reports