mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Qt 5 lower 5.6 building has been fixed
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user