Skip to content

Commit

Permalink
Temporary workaround to check GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 4, 2025
1 parent f9b3593 commit 1c27420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ endif(MINGW)

if(APPLE)
set(sword_LIBRARIES_folder "-L/usr/local/lib") # this is hardcoded (via configure/make install), FIXME
set(graphviz_LIBRARIES_folder "-L/opt/homebrew/Cellar/graphviz/12.2.1/lib") # temporarily for GitHub, FIXME
endif()

target_link_libraries(bibref-qt PRIVATE
Expand All @@ -111,7 +112,7 @@ target_link_libraries(bibref-qt PRIVATE
Qt6::SvgWidgets
${sword_LIBRARIES} ${Boost_LIBRARIES} ${readline_LIBRARIES}
${ICU_LIBRARIES} ${LIBLZMA_LIBRARIES} ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES}
${gvc_LIBRARIES} ${EXTRA_LIBS} ${sword_LIBRARIES_folder}
${gvc_LIBRARIES} ${EXTRA_LIBS} ${sword_LIBRARIES_folder} ${graphviz_LIBRARIES_folder}
)

# If not set, XDG_DATA_HOME is set to $HOME:
Expand Down

0 comments on commit 1c27420

Please sign in to comment.