aboutsummaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 80aa41e9992113ee060b241ecee29a7ff518f96e (plain)
1
2
3
4
5
6
7
8
9
# Generated from examples.pro.

find_package(Qt6 COMPONENTS Sql) # special case

qt_examples_build_begin()

add_subdirectory(quickcontrols2)

qt_examples_build_end()