diff options
Diffstat (limited to 'examples/.prev_CMakeLists.txt')
| -rw-r--r-- | examples/.prev_CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/.prev_CMakeLists.txt b/examples/.prev_CMakeLists.txt new file mode 100644 index 0000000000..c2ccea65c1 --- /dev/null +++ b/examples/.prev_CMakeLists.txt @@ -0,0 +1,13 @@ +# Generated from examples.pro. + +qt_examples_build_begin() + +add_subdirectory(qml) +if(TARGET Qt::QuickTest) + add_subdirectory(qmltest) +endif() +if(TARGET Qt::Quick) + add_subdirectory(quick) +endif() + +qt_examples_build_end() |
