From 92e496e30ae16aeb18bd26bbeae25eed1f255048 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Fri, 19 Apr 2019 21:24:09 +0200 Subject: [PATCH] Added stdc++ and new widget paths to fix compiling issues --- CMakeLists.txt | 2 +- main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39e600b..32b6251 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/main.cpp b/main.cpp index 08d3638..ddb03b6 100644 --- a/main.cpp +++ b/main.cpp @@ -4,7 +4,7 @@ #include #include -#include "ledindicator.h" +#include "widgets/ledindicator.h" enum class LightState {