CMakeLists.txt

changeset 96
165777a20dc7
parent 94
164f53fb5921
child 98
ae14da3d883f
equal deleted inserted replaced
95:06a1aef170aa 96:165777a20dc7
23 source_group("5 LDraw line types" REGULAR_EXPRESSION "src/linetypes/.+\\.(cpp|h|ui)") 23 source_group("5 LDraw line types" REGULAR_EXPRESSION "src/linetypes/.+\\.(cpp|h|ui)")
24 source_group("3.2 Widgets" REGULAR_EXPRESSION "src/(ui|widgets)/.+\\.(cpp|h|ui)") 24 source_group("3.2 Widgets" REGULAR_EXPRESSION "src/(ui|widgets)/.+\\.(cpp|h|ui)")
25 source_group("3.1 Settings editor" REGULAR_EXPRESSION "src/settingseditor/.+\\.(cpp|h|ui)") 25 source_group("3.1 Settings editor" REGULAR_EXPRESSION "src/settingseditor/.+\\.(cpp|h|ui)")
26 source_group("3 User interface" REGULAR_EXPRESSION "src/(mainwindow|document|documentmanager|uiutilities)\\.(cpp|h|ui)") 26 source_group("3 User interface" REGULAR_EXPRESSION "src/(mainwindow|document|documentmanager|uiutilities)\\.(cpp|h|ui)")
27 source_group("2 Model handling" REGULAR_EXPRESSION "src/(model|modeleditcontext|libraries|colors|parser)\\.(cpp|h|ui)") 27 source_group("2 Model handling" REGULAR_EXPRESSION "src/(model|modeleditcontext|libraries|colors|parser)\\.(cpp|h|ui)")
28 source_group("6 Editing tools" REGULAR_EXPRESSION "src/tools/.+\\.(cpp|h|ui)")
28 29
29 set (LDFORGE_SOURCES 30 set (LDFORGE_SOURCES
30 src/colors.cpp 31 src/colors.cpp
31 src/document.cpp 32 src/document.cpp
32 src/documentmanager.cpp 33 src/documentmanager.cpp
65 src/widgets/colorbutton.cpp 66 src/widgets/colorbutton.cpp
66 src/widgets/colorselectdialog.cpp 67 src/widgets/colorselectdialog.cpp
67 src/widgets/doublespinbox.cpp 68 src/widgets/doublespinbox.cpp
68 src/widgets/matrixeditor.cpp 69 src/widgets/matrixeditor.cpp
69 src/widgets/vec3editor.cpp 70 src/widgets/vec3editor.cpp
71 src/tools/basetool.cpp
72 src/tools/selecttool.cpp
73 src/tools/drawtool.cpp
70 ) 74 )
71 set (LDFORGE_HEADERS 75 set (LDFORGE_HEADERS
72 src/basics.h 76 src/basics.h
73 src/colors.h 77 src/colors.h
74 src/document.h 78 src/document.h
116 src/widgets/colorbutton.h 120 src/widgets/colorbutton.h
117 src/widgets/colorselectdialog.h 121 src/widgets/colorselectdialog.h
118 src/widgets/doublespinbox.h 122 src/widgets/doublespinbox.h
119 src/widgets/matrixeditor.h 123 src/widgets/matrixeditor.h
120 src/widgets/vec3editor.h 124 src/widgets/vec3editor.h
125 src/tools/selecttool.h
126 src/tools/basetool.h
127 src/tools/drawtool.h
121 ) 128 )
122 set (LDFORGE_FORMS 129 set (LDFORGE_FORMS
123 src/document.ui 130 src/document.ui
124 src/mainwindow.ui 131 src/mainwindow.ui
125 src/settingseditor/librarieseditor.ui 132 src/settingseditor/librarieseditor.ui

mercurial