diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2014-05-03 10:57:11 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2014-05-03 10:57:11 +0200 |
| commit | 5bf919190e90b017ff00ab074bce68e90958fa3c (patch) | |
| tree | 4dfa89be670c4b7ea8ca0054751fe7da8451134a /CMakeLists.txt | |
| parent | 42442fd5025b69c4b7800c71d6f568ae255e7b00 (diff) | |
| download | generic-gui-5bf919190e90b017ff00ab074bce68e90958fa3c.tar.gz generic-gui-5bf919190e90b017ff00ab074bce68e90958fa3c.tar.bz2 generic-gui-5bf919190e90b017ff00ab074bce68e90958fa3c.zip | |
Adds a mapping variant to the generic gui.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) |
