mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-09 05:57:14 +03:00
Properly detect Qt 6
It doesn't compile yet on Qt 6 but I'm working on it.
This commit is contained in:
@@ -14,7 +14,7 @@ SUBDIRS += \
|
||||
demo_r2 \
|
||||
designer
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) : greaterThan(QT_MINOR_VERSION, 1) {
|
||||
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
|
||||
SUBDIRS += console
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user