Skip to content

Commit

Permalink
Change from QT5 to QT6
Browse files Browse the repository at this point in the history
TODO:
- Make the version more generic throughout the CMake scripts

Changes to be committed:
	modified:   CMakeLists.txt
  • Loading branch information
franziska-wegner committed Dec 5, 2023
1 parent ddf925e commit fe4040f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ list ( FILTER SOURCES EXCLUDE REGEX ".*Runnables.*" )

# Add library target EGOA to be build from the source files
add_library ( EGOA ${SOURCES} )
target_link_libraries ( EGOA ${QT5_LIBRARIES} )
target_link_libraries ( EGOA ${QT6_LIBRARIES} )

# Add subdirectory here the source directory with the corresponding
# CMakeLists.txt
Expand Down

0 comments on commit fe4040f

Please sign in to comment.