Skip to content

Commit

Permalink
Update src.cmake
Browse files Browse the repository at this point in the history
one more fix for webkit version
  • Loading branch information
Vitozz authored Mar 14, 2024
1 parent 0fe2875 commit df8a9e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/src.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,9 @@ list(APPEND HEADERS ${qite_HEADERS})
list(APPEND SOURCES ${qite_SOURCES})

if(IS_WEBKIT OR IS_WEBENGINE)
include_directories(${PROJECT_SOURCE_DIR}/iris/include/iris)
if(BUNDLED_IRIS)
include_directories(${PROJECT_SOURCE_DIR}/iris/include/iris)
endif()
list(APPEND HEADERS
chatview_webkit.h
chatviewtheme.h
Expand Down

0 comments on commit df8a9e7

Please sign in to comment.