mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Fix OpenGL dependency and Qt6 compilation issues
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,8 @@ apt-get install -y \
|
||||
libqt6core6 \
|
||||
libqt6gui6 \
|
||||
libqt6widgets6 \
|
||||
libgl1-mesa-dev \
|
||||
libglu1-mesa-dev \
|
||||
dosfstools \
|
||||
mtools \
|
||||
e2fsprogs \
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
#include <QStyle>
|
||||
#include <QProcess>
|
||||
#include <QTextEdit>
|
||||
#include <QFile>
|
||||
#include <QIODevice>
|
||||
|
||||
class SparkOSMainWindow : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user