X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=b537dd3cb26cba7e6a677a1b01ab1485a8f0cbda;hb=c1f1bd35d8c8e2cb9ff97c3535bb2dd04d55a51d;hp=46060a00ad7ccd4eba0e86086213cd374dc4b8f6;hpb=d12283c92f0750871834b7c5afda605402d3b832;p=nageru diff --git a/meson.build b/meson.build index 46060a0..b537dd3 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ luajitdep = dependency('luajit') movitdep = dependency('movit') protobufdep = dependency('protobuf') qcustomplotdep = cxx.find_library('qcustomplot') -qt5deps = dependency('qt5', modules: ['Core', 'Gui', 'Widgets', 'OpenGLExtensions', 'OpenGL', 'PrintSupport']) +qt5deps = dependency('qt5', modules: ['Core', 'Gui', 'Widgets', 'OpenGLExtensions', 'OpenGL', 'Network']) sdl2_imagedep = dependency('SDL2_image') sdl2dep = dependency('sdl2') sqlite3dep = dependency('sqlite3')