diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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} |
