Added stdc++ and new widget paths to fix compiling issues

This commit is contained in:
2019-04-19 21:24:09 +02:00
parent 370743ee32
commit 92e496e30a
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ set(SOURCES
add_executable(ternaryclock ${HEADERS} ${SOURCES})
target_link_libraries(ternaryclock Qt5::Core Qt5::Gui Qt5::Widgets dbguilib)
target_link_libraries(ternaryclock stdc++ Qt5::Core Qt5::Gui Qt5::Widgets dbguilib)

View File

@@ -4,7 +4,7 @@
#include <QTimer>
#include <QTime>
#include "ledindicator.h"
#include "widgets/ledindicator.h"
enum class LightState
{