Skip to content

Commit

Permalink
Link more libs to gui unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jan 23, 2024
1 parent 4ec3829 commit a63e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function(dissolve_add_test)
target_include_directories(${TEST_NAME} PRIVATE ${Qt6Widgets_INCLUDE_DIRS})
target_link_libraries(
${TEST_NAME}
PUBLIC keywordWidgets models widgets
PUBLIC keywordWidgets models widgets render delegates
PRIVATE Qt6::Core Qt6::Widgets
)
endif(DISSOLVE_UNIT_TEST_GUI)
Expand Down

0 comments on commit a63e240

Please sign in to comment.