summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/basicshapes-cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-05-18 15:11:15 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-05-18 16:27:34 +0200
commitb7b7285d0198c6d7e0e2f1a10a90a386e04f9e90 (patch)
tree2d793c8965894cb89de8be0dfb6a798079da82ac /examples/qt3d/basicshapes-cpp
parent31cdcad750522ee16d59f0fd1e27fcadbe68e524 (diff)
Re-generate CMake project files for examples
Pick-to: 6.1 Change-Id: Ic123a704f904096e112b5bdece167800dfc295bb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/qt3d/basicshapes-cpp')
-rw-r--r--examples/qt3d/basicshapes-cpp/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/qt3d/basicshapes-cpp/CMakeLists.txt b/examples/qt3d/basicshapes-cpp/CMakeLists.txt
index e380497e1..8ad9c60bd 100644
--- a/examples/qt3d/basicshapes-cpp/CMakeLists.txt
+++ b/examples/qt3d/basicshapes-cpp/CMakeLists.txt
@@ -27,6 +27,10 @@ qt_add_executable(basicshapes-cpp
main.cpp
scenemodifier.cpp scenemodifier.h
)
+set_target_properties(basicshapes-cpp PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(basicshapes-cpp PUBLIC
Qt::3DCore
Qt::3DExtras