summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-15 16:50:28 +0100
committerKai Köhne <kai.koehne@qt.io>2021-12-17 10:38:50 +0100
commit0c39e5c76d5a04b1e710d9038332dc21ad323bab (patch)
treea9b0addbd26a1216b80795418966cff79c372caa /examples/opengl
parente751c604dfc6c966b4e56b98b17de09d911d2192 (diff)
Examples: Remove unneeded target_include_directories
Pick-to: 6.3 Change-Id: Icd97815ee231c34ad4ea5ab94a73bfc26df7e0ca Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/openglwindow/CMakeLists.txt4
-rw-r--r--examples/opengl/qopenglwindow/CMakeLists.txt4
2 files changed, 0 insertions, 8 deletions
diff --git a/examples/opengl/openglwindow/CMakeLists.txt b/examples/opengl/openglwindow/CMakeLists.txt
index d9717daf00..e7db260eaf 100644
--- a/examples/opengl/openglwindow/CMakeLists.txt
+++ b/examples/opengl/openglwindow/CMakeLists.txt
@@ -25,10 +25,6 @@ set_target_properties(openglwindow PROPERTIES
MACOSX_BUNDLE TRUE
)
-target_include_directories(openglwindow PUBLIC
- ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
target_link_libraries(openglwindow PUBLIC
Qt::Core
Qt::Gui
diff --git a/examples/opengl/qopenglwindow/CMakeLists.txt b/examples/opengl/qopenglwindow/CMakeLists.txt
index f4b01ebbb7..daa479c37b 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