diff -r 06a1aef170aa -r 165777a20dc7 CMakeLists.txt --- a/CMakeLists.txt Thu Nov 05 14:29:58 2020 +0200 +++ b/CMakeLists.txt Sun Jan 10 15:28:44 2021 +0200 @@ -25,6 +25,7 @@ source_group("3.1 Settings editor" REGULAR_EXPRESSION "src/settingseditor/.+\\.(cpp|h|ui)") source_group("3 User interface" REGULAR_EXPRESSION "src/(mainwindow|document|documentmanager|uiutilities)\\.(cpp|h|ui)") source_group("2 Model handling" REGULAR_EXPRESSION "src/(model|modeleditcontext|libraries|colors|parser)\\.(cpp|h|ui)") +source_group("6 Editing tools" REGULAR_EXPRESSION "src/tools/.+\\.(cpp|h|ui)") set (LDFORGE_SOURCES src/colors.cpp @@ -67,6 +68,9 @@ src/widgets/doublespinbox.cpp src/widgets/matrixeditor.cpp src/widgets/vec3editor.cpp + src/tools/basetool.cpp + src/tools/selecttool.cpp + src/tools/drawtool.cpp ) set (LDFORGE_HEADERS src/basics.h @@ -118,6 +122,9 @@ src/widgets/doublespinbox.h src/widgets/matrixeditor.h src/widgets/vec3editor.h + src/tools/selecttool.h + src/tools/basetool.h + src/tools/drawtool.h ) set (LDFORGE_FORMS src/document.ui