From 9b51d5f5713c237c244c1bff4d0bd3d0437e1b95 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Tue, 28 Apr 2020 10:44:54 +0200 Subject: CMake: Regenerate examples/widgets/ projects Also add the missing examples/widgets/gallery project. Change-Id: Iec3d61881065cf93d90f9fd3da928ffcd4f0c0aa Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- examples/widgets/dialogs/.prev_CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/widgets/dialogs/.prev_CMakeLists.txt (limited to 'examples/widgets/dialogs/.prev_CMakeLists.txt') diff --git a/examples/widgets/dialogs/.prev_CMakeLists.txt b/examples/widgets/dialogs/.prev_CMakeLists.txt new file mode 100644 index 0000000000..354424bf1f --- /dev/null +++ b/examples/widgets/dialogs/.prev_CMakeLists.txt @@ -0,0 +1,13 @@ +# Generated from dialogs.pro. + +if(QT_FEATURE_wizard) + add_subdirectory(classwizard) + add_subdirectory(trivialwizard) +endif() +add_subdirectory(extension) +add_subdirectory(findfiles) +add_subdirectory(standarddialogs) +add_subdirectory(tabdialog) +if(QT_FEATURE_wizard AND TARGET Qt::PrintSupport) + add_subdirectory(licensewizard) +endif() -- cgit v1.2.3