X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shared%2Fmeson.build;h=5653528521b290e12c944a0640c75beb54cdb469;hb=69ca346ecb6d52febde969af332142131a501d33;hp=082e4f515ed305f771a1c9dec406ef6482870400;hpb=09b27ab32073dba2c565cdda43fcf2c37ea04a7b;p=nageru diff --git a/shared/meson.build b/shared/meson.build index 082e4f5..5653528 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -6,7 +6,7 @@ alsadep = dependency('alsa') # Preprocess Qt as needed. qt_files = qt5.preprocess( - moc_headers: ['aboutdialog.h'], + moc_headers: ['aboutdialog.h', 'controller_spin_box.h'], ui_files: ['aboutdialog.ui'], dependencies: shared_qt5deps) @@ -31,7 +31,7 @@ shareddep = declare_dependency( include_directories: top_include, link_with: [shared, protobuf_lib]) -bin2h = executable('bin2h', 'bin2h.cpp') +bin2h = executable('bin2h', 'bin2h.cpp', native: true) bin2h_gen = generator(bin2h, \ output : ['@PLAINNAME@.cpp'], arguments : ['@INPUT@', '@PLAINNAME@', '@OUTPUT@'])