Examples: Remove unneeded target_include_directories
Pick-to: 6.3 Change-Id: Icd97815ee231c34ad4ea5ab94a73bfc26df7e0ca Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
e751c604df
commit
0c39e5c76d
@ -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…
Reference in New Issue
Block a user