0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Build has been fixed

This commit is contained in:
Arin Alexander
2018-03-22 23:00:51 +03:00
parent a072e84173
commit fbbf6af33d
6 changed files with 31 additions and 1 deletions

View File

@@ -16,9 +16,10 @@ contains(CONFIG, easy_profiler){
!contains(CONFIG, qtscriptengine){
greaterThan(QT_MAJOR_VERSION, 4){
greaterThan(QT_MINOR_VERSION, 5){
CONFIG *= qjsengine
}
lessThan(QT_MAJOR_VERSION, 5){
CONFIG *= qtscriptengine
}
}