summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2014-05-25 11:16:36 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2014-05-25 11:16:36 +0200
commit84c15aecc7d296d25b7fd5ead6730f8d132d350f (patch)
treee5e435007c97105ad819f0df84da3027d2e82d9d /CMakeLists.txt
parentd4ea872acfee5d4bf563334181400a9fef7d5add (diff)
downloadgeneric-gui-84c15aecc7d296d25b7fd5ead6730f8d132d350f.tar.gz
generic-gui-84c15aecc7d296d25b7fd5ead6730f8d132d350f.tar.bz2
generic-gui-84c15aecc7d296d25b7fd5ead6730f8d132d350f.zip
Adds a initial implementation of a Form, as a proof-of-concept.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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}