##// END OF EJS Templates
Fix meson build
trabillard -
r883:5d74249b2816
parent child
Show More
@@ -3,7 +3,6 core_moc_headers = [
3 3 'include/Data/IDataProvider.h',
4 4 'include/DataSource/DataSourceController.h',
5 5 'include/DataSource/DataSourceItemAction.h',
6 'include/DataSource/DataSourceWidget.h',
7 6 'include/Network/NetworkController.h',
8 7 'include/Time/TimeController.h',
9 8 'include/Variable/Variable.h',
@@ -32,7 +31,6 core_sources = [
32 31 'src/DataSource/DataSourceController.cpp',
33 32 'src/DataSource/DataSourceItem.cpp',
34 33 'src/DataSource/DataSourceItemAction.cpp',
35 'src/DataSource/DataSourceWidget.cpp',
36 34 'src/Network/NetworkController.cpp',
37 35 'src/Plugin/PluginManager.cpp',
38 36 'src/Settings/SqpSettingsDefs.cpp',
@@ -1,6 +1,7
1 1
2 2 gui_moc_headers = [
3 3 'include/DataSource/DataSourceWidget.h',
4 'include/DataSource/DataSourceTreeWidget.h',
4 5 'include/Settings/SqpSettingsDialog.h',
5 6 'include/Settings/SqpSettingsGeneralWidget.h',
6 7 'include/SidePane/SqpSidePane.h',
@@ -48,6 +49,7 gui_sources = [
48 49 'src/DataSource/DataSourceTreeWidgetItem.cpp',
49 50 'src/DataSource/DataSourceTreeWidgetHelper.cpp',
50 51 'src/DataSource/DataSourceWidget.cpp',
52 'src/DataSource/DataSourceTreeWidget.cpp',
51 53 'src/Settings/SqpSettingsDialog.cpp',
52 54 'src/Settings/SqpSettingsGeneralWidget.cpp',
53 55 'src/SidePane/SqpSidePane.cpp',
General Comments 0
You need to be logged in to leave comments. Login now