From 397b3725176780d8888f8499cac0127dbb7df2c7 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 26 Oct 2020 16:22:32 +0100 Subject: CMake: Regenerate examples to set the WIN32_EXECUTABLE property As well as the MACOSX_BUNDLE properties as necessary. Task-number: QTBUG-87664 Task-number: QTBUG-86827 Change-Id: I7677449a26d51fa853bd67bab6b3b61afbd2b12f Reviewed-by: Joerg Bornemann --- examples/opengl/hellowindow/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/opengl/hellowindow/CMakeLists.txt') diff --git a/examples/opengl/hellowindow/CMakeLists.txt b/examples/opengl/hellowindow/CMakeLists.txt index 293b46ec57..cd77a5b765 100644 --- a/examples/opengl/hellowindow/CMakeLists.txt +++ b/examples/opengl/hellowindow/CMakeLists.txt @@ -23,6 +23,10 @@ qt_add_executable(hellowindow hellowindow.cpp hellowindow.h main.cpp ) +set_target_properties(hellowindow PROPERTIES + WIN32_EXECUTABLE TRUE + MACOSX_BUNDLE TRUE +) target_link_libraries(hellowindow PUBLIC Qt::Core Qt::CorePrivate -- cgit v1.2.3