mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Fixed QOpenGLWidget usage (wrong minimal QT version)
This commit is contained in:
@ -5,7 +5,7 @@ QT += core \
|
||||
network
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
||||
lessThan(QT_MAJOR_VERSION, 5) : QT += opengl
|
||||
lessThan(QT_VERSION, 5.4) : QT += opengl
|
||||
HEADERS += src/config.h \
|
||||
src/icons.h \
|
||||
src/gui.h \
|
||||
|
Reference in New Issue
Block a user