mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
QJSEngine will be used if Qt version 5.6 and higher
This commit is contained in:
@@ -4,10 +4,13 @@ CONFIG *= build_translations
|
||||
CONFIG *= zint
|
||||
}
|
||||
|
||||
!contains(CONFIG, qtscriptengine){
|
||||
!contains(CONFIG, qtscriptengine):
|
||||
greaterThan(QT_MAJOR_VERSION, 4):
|
||||
greaterThan(QT_MINOR_VERSION, 5){
|
||||
CONFIG *= qjsengine
|
||||
}
|
||||
|
||||
|
||||
!contains(CONFIG, no_formdesigner){
|
||||
CONFIG *= dialogdesigner
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user