1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Properly unified the qmake/macros versions

This commit is contained in:
Martin Tůma 2018-07-24 18:02:36 +02:00
parent aa928d96e0
commit 06c9fbd849

View File

@ -9,7 +9,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
QT += printsupport
}
lessThan(QT_MAJOR_VERSION, 5) {QT += opengl}
equals(QT_MAJOR_VERSION, 5) : lessThan(QT_MINOR_VERSION, 5) {QT += opengl}
equals(QT_MAJOR_VERSION, 5) : lessThan(QT_MINOR_VERSION, 4) {QT += opengl}
INCLUDEPATH += ./src
HEADERS += src/config.h \