Move private Qt GUI include

This commit is contained in:
Jonas Kvinge
2021-05-20 17:10:08 +02:00
parent 7d3ade7ae1
commit ef72b3273e
2 changed files with 4 additions and 1 deletions

View File

@@ -1131,6 +1131,10 @@ target_include_directories(strawberry_lib SYSTEM PUBLIC
${TAGLIB_INCLUDE_DIRS}
)
if(HAVE_QPA_QPLATFORMNATIVEINTERFACE_H)
target_include_directories(strawberry_lib SYSTEM PUBLIC ${Qt${QT_VERSION_MAJOR}Gui_PRIVATE_INCLUDE_DIRS})
endif()
target_include_directories(strawberry_lib PUBLIC
${CMAKE_SOURCE_DIR}
${CMAKE_BINARY_DIR}