mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-09 05:57:14 +03:00
support of Qt6
This commit is contained in:
@@ -17,9 +17,14 @@ SUBDIRS += \
|
||||
|
||||
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
|
||||
SUBDIRS += console \
|
||||
lrdview
|
||||
lrdview
|
||||
|
||||
}
|
||||
|
||||
#if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) {
|
||||
# SUBDIRS += lrdview
|
||||
#}
|
||||
|
||||
!CONFIG(embedded_designer) : !CONFIG(static_build) {
|
||||
SUBDIRS += designer_plugin
|
||||
}
|
||||
|
Reference in New Issue
Block a user