2023-01-04 17:31:50 +01:00
|
|
|
VLib {
|
|
|
|
name: "QMUParserLib"
|
2023-01-10 12:27:19 +01:00
|
|
|
version: "2.7.0"
|
2023-01-04 17:31:50 +01:00
|
|
|
files: [
|
|
|
|
"qmuparser.cpp",
|
|
|
|
"qmuparsertokenreader.cpp",
|
|
|
|
"qmuparsererror.cpp",
|
|
|
|
"qmuparsercallback.cpp",
|
|
|
|
"qmuparserbytecode.cpp",
|
|
|
|
"qmuparserbase.cpp",
|
|
|
|
"qmuparsertest.cpp",
|
|
|
|
"qmutranslation.cpp",
|
|
|
|
"qmuformulabase.cpp",
|
|
|
|
"qmutokenparser.cpp",
|
|
|
|
"qmudef.cpp",
|
|
|
|
"qmuparser.h",
|
|
|
|
"qmuparser_global.h",
|
|
|
|
"qmuparsertokenreader.h",
|
|
|
|
"qmuparsertoken.h",
|
|
|
|
"qmuparserfixes.h",
|
|
|
|
"qmuparsererror.h",
|
|
|
|
"qmuparserdef.h",
|
|
|
|
"qmuparsercallback.h",
|
|
|
|
"qmuparserbytecode.h",
|
|
|
|
"qmuparserbase.h",
|
|
|
|
"qmuparsertest.h",
|
|
|
|
"qmutranslation.h",
|
|
|
|
"qmudef.h",
|
|
|
|
"qmuformulabase.h",
|
|
|
|
"qmutokenparser.h",
|
|
|
|
"qmuparsercallback_p.h",
|
|
|
|
"make_unique.h",
|
|
|
|
]
|
|
|
|
|
2023-01-17 12:05:41 +01:00
|
|
|
cpp.defines: ["QMUPARSER_LIBRARY", 'QMUP_VERSION="' + product.version + '"']
|
2023-01-10 12:27:19 +01:00
|
|
|
|
2023-01-04 17:31:50 +01:00
|
|
|
buildconfig.staticBuild: false
|
|
|
|
|
|
|
|
Export {
|
|
|
|
Depends { name: "cpp" }
|
|
|
|
cpp.includePaths: [exportingProduct.sourceDirectory]
|
|
|
|
}
|
|
|
|
}
|