Skip to content

Commit

Permalink
Include <QtGui/qtgui-config.h> to fix flatpak builds
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Feb 13, 2024
1 parent 64641fa commit 0b5f989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/waveform/renderers/glwaveformrenderer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <QtGui/qtgui-config.h> // for QT_NO_OPENGL and QT_OPENGL_ES_2

#if !defined(QT_NO_OPENGL) && !defined(QT_OPENGL_ES_2)

#include <QOpenGLFunctions_2_1>
Expand Down

0 comments on commit 0b5f989

Please sign in to comment.