]> git.sesse.net Git - pkanalytics/commitdiff
Build without QtMultimedia.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Jul 2023 21:56:10 +0000 (23:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Jul 2023 21:56:10 +0000 (23:56 +0200)
main.cpp
mainwindow.cpp
mainwindow.h
meson.build

index ade653a72b4e1f1cdd31aac389ece506a1a12953..3889023fa6154a51ade93615a9242c261cb282fd 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -1,4 +1,3 @@
-#include <QMediaPlayer>
 #include <QMainWindow>
 #include <QApplication>
 #include <QGridLayout>
index eb82c0256fc3711d4cad86a4855164f7690f5105..fa29c954713b8b2e60fe5857a4c7eef61fcb11f0 100644 (file)
@@ -1,4 +1,3 @@
-#include <QMediaPlayer>
 #include <QMainWindow>
 #include <QApplication>
 #include <QGridLayout>
index c47e9bf8a8213128606ec6ecaacd148eef1401fd..5298eba3609dc5a4d718ccc23c5c666ede484898 100644 (file)
@@ -1,4 +1,3 @@
-#include <QMediaPlayer>
 #include <QMainWindow>
 #include <QApplication>
 #include <stdint.h>
index 51a9e237bd436939e936dfbbb98d73e8f101e2e8..af7d23a460a4e14f7cef20c12d0fb6a12b3badf3 100644 (file)
@@ -1,7 +1,7 @@
 project('stats', 'cpp', default_options: ['buildtype=debugoptimized'], version: '0.0.1')
 
 qt6 = import('qt6')
-qt6deps = dependency('qt6', modules: ['Core', 'Gui', 'Widgets', 'Multimedia', 'OpenGLWidgets', 'OpenGL'])
+qt6deps = dependency('qt6', modules: ['Core', 'Gui', 'Widgets', 'OpenGLWidgets', 'OpenGL'])
 sqlite3dep = dependency('sqlite3')
 libavcodecdep = dependency('libavcodec')
 libavformatdep = dependency('libavformat')