From 84c15aecc7d296d25b7fd5ead6730f8d132d350f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 25 May 2014 11:16:36 +0200 Subject: Adds a initial implementation of a Form, as a proof-of-concept. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 307d2a7..1e207d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ include_directories(SYSTEM ${Qt5Core_INCLUDE_DIRS}) qt5_wrap_cpp(qt_sources gui_item_delegate.hpp + form.hpp ) add_executable(generic_gui @@ -52,6 +53,7 @@ add_executable(generic_gui meta_types.hpp boost_any_qvariant_convert.hpp fusion_outputter.hpp + form.hpp gui_item_delegate.hpp gui_item_delegate.cpp main_window.hpp main_window.cpp ${qt_sources} -- cgit v1.2.3-70-g09d2