mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-09 05:57:15 +03:00
Static build has been fixed
This commit is contained in:
@@ -13,13 +13,12 @@ macx{
|
||||
CONFIG += plugin
|
||||
}
|
||||
|
||||
!staticlib:{
|
||||
DEFINES += LIMEREPORT_EXPORTS
|
||||
}
|
||||
DEFINES += LIMEREPORT_EXPORTS
|
||||
|
||||
staticlib:{
|
||||
contains(CONFIG, staticlib){
|
||||
DEFINES += HAVE_STATIC_BUILD
|
||||
message(STATIC_BUILD)
|
||||
DEFINES -= LIMEREPORT_EXPORTS
|
||||
}
|
||||
|
||||
EXTRA_FILES += \
|
||||
|
Reference in New Issue
Block a user