aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-10-16 16:20:49 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-20 09:32:34 +0200
commit903252b240834ac2a6d080c0f3a69c53d5ec0c0b (patch)
tree70ff18fec75984a52cb1bf8dcd7468c94294b0c4 /examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
parentb4a0e5ac8d6bd2531267c51bb84c9ea53ad87302 (diff)
CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661 Change-Id: Ie5bba408000211b24694aa0143bdf79c4a298f42 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
Diffstat (limited to 'examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt')
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
index 1e2b75e919..3a7face697 100644
--- a/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
@@ -18,7 +18,7 @@ set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/qml/tutorials/extending-qml/chapt
find_package(Qt6 COMPONENTS Qml)
find_package(Qt6 COMPONENTS Quick)
-add_qt_gui_executable(chapter6-plugins
+qt_add_executable(chapter6-plugins
main.cpp
)
target_link_libraries(chapter6-plugins PUBLIC