summaryrefslogtreecommitdiffstats
path: root/examples/sql
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/sql
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/sql')
-rw-r--r--examples/sql/books/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/sql/books/CMakeLists.txt b/examples/sql/books/CMakeLists.txt
index 74a6dc086c..cb575323b9 100644
--- a/examples/sql/books/CMakeLists.txt
+++ b/examples/sql/books/CMakeLists.txt
@@ -27,10 +27,6 @@ set_target_properties(books PROPERTIES
MACOSX_BUNDLE TRUE
)
-target_include_directories(books PUBLIC
- .
-)
-
target_link_libraries(books PUBLIC
Qt::Core
Qt::Gui