diff options
Diffstat (limited to 'examples/opengl/qopenglwindow')
-rw-r--r-- | examples/opengl/qopenglwindow/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/opengl/qopenglwindow/CMakeLists.txt b/examples/opengl/qopenglwindow/CMakeLists.txt index f4b01ebbb79..daa479c37b6 100644 --- a/examples/opengl/qopenglwindow/CMakeLists.txt +++ b/examples/opengl/qopenglwindow/CMakeLists.txt @@ -25,10 +25,6 @@ set_target_properties(qopenglwindow PROPERTIES MACOSX_BUNDLE TRUE ) -target_include_directories(qopenglwindow PUBLIC - . -) - target_link_libraries(qopenglwindow PUBLIC Qt::Core Qt::Gui |