Examples: Remove unneeded target_include_directories
Change-Id: Icd97815ee231c34ad4ea5ab94a73bfc26df7e0ca Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 0c39e5c76d5a04b1e710d9038332dc21ad323bab) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
7e2c8c855e
commit
b196aa8cb7
@ -25,10 +25,6 @@ set_target_properties(rasterwindow PROPERTIES
|
||||
MACOSX_BUNDLE TRUE
|
||||
)
|
||||
|
||||
target_include_directories(rasterwindow PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(rasterwindow PUBLIC
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user