aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/chattutorial/CMakeLists.txt
blob: c4f548e5678248f852bd00057a0404d68036915f (plain)
1
2
3
4
5
6
7
qt_internal_add_example(chapter1)
qt_internal_add_example(chapter2)
qt_internal_add_example(chapter3)
if (TARGET Qt::Sql)
    qt_internal_add_example(chapter4)
    qt_internal_add_example(chapter5)
endif()