Skip to content

Commit

Permalink
update build system to make it compile on Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jun 7, 2024
1 parent 8ec3b25 commit 9ca7758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external_libraries/tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ if(BUILD_WITH_QT6)
add_library( mhogomchungu_task STATIC task.hpp )
endif()

set_target_properties( mhogomchungu_task PROPERTIES LINKER_LANGUAGE CXX )

set_target_properties( mhogomchungu_task PROPERTIES COMPILE_FLAGS "-Wextra -Wall -s -fPIC -pedantic " )

target_link_libraries( mhogomchungu_task ${Qt6Core_LIBRARIES} )
Expand Down

0 comments on commit 9ca7758

Please sign in to comment.