##// END OF EJS Templates
Small fix on Meson build defs...
jeandet -
r1463:05465cf17f8e
parent child
Show More
@@ -1,6 +1,6
1
1
2 app_moc_headers = [
2 app_moc_headers = [
3 'include/MainWindow.h'
3 'include/MainWindow.h',
4 'include/toolbar.h'
4 'include/toolbar.h'
5 ]
5 ]
6
6
@@ -16,7 +16,7 app_moc_files = qt5.preprocess(moc_headers : app_moc_headers,
16
16
17 app_sources = [
17 app_sources = [
18 'src/Main.cpp',
18 'src/Main.cpp',
19 'src/MainWindow.cpp'
19 'src/MainWindow.cpp',
20 'src/toolbar.cpp'
20 'src/toolbar.cpp'
21 ]
21 ]
22
22
General Comments 0
You need to be logged in to leave comments. Login now