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

add_subdirectory(chapter1-settingup)
add_subdirectory(chapter2-lists)
add_subdirectory(chapter3-navigation)
if (TARGET Qt::Sql)
    add_subdirectory(chapter4-models)
    add_subdirectory(chapter5-styling)
endif()