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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt b/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
index b4f77372de..28613e67a3 100644
--- a/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
+++ b/examples/quick/scenegraph/customgeometry/.prev_CMakeLists.txt
@@ -23,6 +23,10 @@ qt_add_executable(customgeometry
beziercurve.cpp beziercurve.h
main.cpp
)
+set_target_properties(customgeometry PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(customgeometry PUBLIC
Qt::Core
Qt::Gui