1
0
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:
2016-12-10 01:18:31 +01:00
parent b0c6176ddd
commit a5033c8b19
4 changed files with 7 additions and 7 deletions

View File

@ -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 \