added remaining laps label in race mode

This commit is contained in:
2021-12-27 20:34:16 +01:00
parent e102dab939
commit b9efe93baf
6 changed files with 435 additions and 79 deletions

View File

@@ -109,4 +109,5 @@ add_executable(Rennbahn ${helloworld_SRCS} )
# Use the Widgets module from Qt 5
target_link_libraries(Rennbahn Qt5::Widgets Qt5::Core Qt5::Sql ${LIBUSB_LIBRARY} pthread fmt::fmt)
#target_link_libraries(Rennbahn Qt5::Widgets Qt5::Core Qt5::Sql ${LIBUSB_LIBRARY} pthread)
target_link_libraries(Rennbahn ${Boost_LIBRARIES})