mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
4.8 build has been fixed
This commit is contained in:
parent
37b2d35fab
commit
3569b63e24
@ -12,11 +12,12 @@ SUBDIRS += \
|
|||||||
limereport \
|
limereport \
|
||||||
demo_r1 \
|
demo_r1 \
|
||||||
demo_r2 \
|
demo_r2 \
|
||||||
lrdview \
|
|
||||||
designer
|
designer
|
||||||
|
|
||||||
|
|
||||||
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
|
if(equals(QT_MAJOR_VERSION, 5) : greaterThan(QT_MINOR_VERSION, 1)) | equals(QT_MAJOR_VERSION, 6) {
|
||||||
SUBDIRS += console
|
SUBDIRS += console \
|
||||||
|
lrdview
|
||||||
}
|
}
|
||||||
|
|
||||||
!CONFIG(embedded_designer) : !CONFIG(static_build) {
|
!CONFIG(embedded_designer) : !CONFIG(static_build) {
|
||||||
|
Loading…
Reference in New Issue
Block a user