aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt')
-rw-r--r--examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt b/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
index 6e4395503c..b4f77372de 100644
--- a/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
+++ b/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
@@ -19,7 +19,7 @@ find_package(Qt6 COMPONENTS Core)
find_package(Qt6 COMPONENTS Gui)
find_package(Qt6 COMPONENTS Quick)
-add_qt_gui_executable(customgeometry
+qt_add_executable(customgeometry
beziercurve.cpp beziercurve.h
main.cpp
)