From 5bf919190e90b017ff00ab074bce68e90958fa3c Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 3 May 2014 10:57:11 +0200 Subject: Adds a mapping variant to the generic gui. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d5e0d4..0427ed1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(msc-scriptie) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11 -g3") function(MY_QT5_WRAP_UI outfiles ) set(options) @@ -52,6 +52,7 @@ add_executable(msc-scriptie meta_types.hpp boost_any_to_qvariant.hpp gui_item_delegate.hpp gui_item_delegate.cpp + main_window.hpp main_window.cpp ${qt_sources} main.cpp ) -- cgit v1.2.3-70-g09d2