]> git.sesse.net Git - nageru/blobdiff - meson.build
Add support for querying tally information from Nageru.
[nageru] / meson.build
index 46060a00ad7ccd4eba0e86086213cd374dc4b8f6..b537dd3cb26cba7e6a677a1b01ab1485a8f0cbda 100644 (file)
@@ -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')