fix: update usb connection; fix: added missing start lights

This commit is contained in:
2018-12-27 17:21:08 +01:00
parent 12fd6da5f4
commit 954ed988ab
2 changed files with 11 additions and 7 deletions

View File

@@ -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)