Define macros to build shared libraries on windows.
This commit is contained in:
parent
51200a38e2
commit
141373a903
|
@ -32,7 +32,7 @@ VLib {
|
|||
"make_unique.h",
|
||||
]
|
||||
|
||||
cpp.defines: 'QMUP_VERSION="' + product.version + '"'
|
||||
cpp.defines: ["QMUPARSER_LIBRARY", 'QMUP_VERSION="' + product.version + '"']
|
||||
|
||||
buildconfig.staticBuild: false
|
||||
|
||||
|
|
|
@ -92,4 +92,6 @@ VLib {
|
|||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [exportingProduct.sourceDirectory]
|
||||
}
|
||||
|
||||
cpp.defines: "VPROPERTYEXPLORER_LIBRARY"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user