diff options
Diffstat (limited to 'examples/opengl/qopenglwidget')
| -rw-r--r-- | examples/opengl/qopenglwidget/CMakeLists.txt | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/opengl/qopenglwidget/CMakeLists.txt b/examples/opengl/qopenglwidget/CMakeLists.txt index 055ea904f58..c5ca16a33bc 100644 --- a/examples/opengl/qopenglwidget/CMakeLists.txt +++ b/examples/opengl/qopenglwidget/CMakeLists.txt @@ -27,6 +27,10 @@ qt_add_executable(qopenglwidget      main.cpp      mainwindow.cpp mainwindow.h  ) +set_target_properties(qopenglwidget PROPERTIES +    WIN32_EXECUTABLE TRUE +    MACOSX_BUNDLE TRUE +)  target_link_libraries(qopenglwidget PUBLIC      Qt::Core      Qt::Gui  | 
