0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-01-25 23:51:03 +03:00

Qt 5 lower 5.6 building has been fixed

This commit is contained in:
Arin Alexander 2019-01-28 21:48:58 +03:00
parent dd5c1f6ca0
commit 91a1798bf0

View File

@ -32,13 +32,12 @@ contains(CONFIG, easy_profiler){
!contains(CONFIG, qtscriptengine){ !contains(CONFIG, qtscriptengine){
greaterThan(QT_MAJOR_VERSION, 4){ greaterThan(QT_MAJOR_VERSION, 4){
greaterThan(QT_MINOR_VERSION, 5){
CONFIG *= qjsengine CONFIG *= qjsengine
#greaterThan(QT_MINOR_VERSION, 5){ }
# CONFIG *= qjsengine lessThan(QT_MINOR_VERSION, 6){
#} CONFIG *= qtscriptengine
#lessThan(QT_MINOR_VERSION, 6){ }
# CONFIG *= qtscriptengine
#}
} }
lessThan(QT_MAJOR_VERSION, 5){ lessThan(QT_MAJOR_VERSION, 5){
CONFIG *= qtscriptengine CONFIG *= qtscriptengine