mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-11 09:08:09 +03:00
Qt 5 lower 5.6 building has been fixed
This commit is contained in:
parent
dd5c1f6ca0
commit
91a1798bf0
11
common.pri
11
common.pri
@ -32,13 +32,12 @@ contains(CONFIG, easy_profiler){
|
||||
|
||||
!contains(CONFIG, qtscriptengine){
|
||||
greaterThan(QT_MAJOR_VERSION, 4){
|
||||
greaterThan(QT_MINOR_VERSION, 5){
|
||||
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){
|
||||
CONFIG *= qtscriptengine
|
||||
|
Loading…
Reference in New Issue
Block a user