12 lines
338 B
CMake
12 lines
338 B
CMake
|
# Generated from extending-qml.pro.
|
||
|
|
||
|
add_subdirectory(chapter1-basics)
|
||
|
add_subdirectory(chapter2-methods)
|
||
|
add_subdirectory(chapter3-bindings)
|
||
|
add_subdirectory(chapter4-customPropertyTypes)
|
||
|
add_subdirectory(chapter5-listproperties)
|
||
|
# special case begin
|
||
|
# Needs public QML plugin API
|
||
|
# add_subdirectory(chapter6-plugins)
|
||
|
# special case end
|