fix: update usb connection; fix: added missing start lights
This commit is contained in:
@@ -59,6 +59,7 @@ set(helloworld_SRCS
|
||||
racelistgenerator.cpp
|
||||
datahelper.cpp
|
||||
colorwidget.cpp
|
||||
qrc_resource.cpp
|
||||
|
||||
mainwindow.ui
|
||||
windowrace.ui
|
||||
@@ -69,7 +70,7 @@ set(helloworld_SRCS
|
||||
evaluation.ui
|
||||
)
|
||||
# Tell CMake to create the helloworld executable
|
||||
add_executable(Rennbahn ${helloworld_SRCS})
|
||||
add_executable(Rennbahn ${helloworld_SRCS} )
|
||||
|
||||
# Use the Widgets module from Qt 5
|
||||
target_link_libraries(Rennbahn Qt5::Widgets Qt5::Core Qt5::Sql)
|
||||
|
||||
Reference in New Issue
Block a user