X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=c66d4a7b5fe7cc9838e3081d682c52802d5bbd96;hb=f1a8ab7eb34a89a104093c3931b1d51fcb2684e6;hp=db1422c90ce698e159302f3654151b8c1431010d;hpb=9c29ca89b638194f5771c22fadf6bf490d4595a3;p=nageru diff --git a/meson.build b/meson.build index db1422c..c66d4a7 100644 --- a/meson.build +++ b/meson.build @@ -169,7 +169,7 @@ nageru_link_with += protobuf_lib qt_files = qt5.preprocess( moc_headers: ['nageru/analyzer.h', 'nageru/clickable_label.h', 'nageru/compression_reduction_meter.h', 'nageru/correlation_meter.h', 'nageru/ellipsis_label.h', 'nageru/glwidget.h', 'nageru/input_mapping_dialog.h', 'nageru/lrameter.h', 'nageru/mainwindow.h', 'nageru/midi_mapping_dialog.h', - 'nageru/nonlinear_fader.h', 'nageru/vumeter.h'], + 'nageru/nonlinear_fader.h', 'nageru/vumeter.h', 'nageru/controller_spin_box.h'], ui_files: ['nageru/analyzer.ui', 'nageru/audio_expanded_view.ui', 'nageru/audio_miniview.ui', 'nageru/display.ui', 'nageru/input_mapping.ui', 'nageru/mainwindow.ui', 'nageru/midi_mapping.ui'], dependencies: qt5deps) @@ -275,6 +275,7 @@ proto_generated = gen.process('futatabi/state.proto', 'futatabi/frame.proto', 'f moc_files = qt5.preprocess( moc_headers: ['futatabi/mainwindow.h', 'futatabi/jpeg_frame_view.h', 'futatabi/clip_list.h'], ui_files: ['futatabi/mainwindow.ui'], + qresources: ['futatabi/mainwindow.qrc'], dependencies: qt5deps) # Flow objects.