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:
@@ -3,6 +3,7 @@ TEMPLATE = lib
|
||||
|
||||
CONFIG += lib
|
||||
CONFIG += dll
|
||||
#CONFIG += staticlib
|
||||
CONFIG += create_prl
|
||||
CONFIG += link_prl
|
||||
|
||||
@@ -12,7 +13,14 @@ macx{
|
||||
CONFIG += plugin
|
||||
}
|
||||
|
||||
DEFINES += LIMEREPORT_EXPORTS
|
||||
!staticlib:{
|
||||
DEFINES += LIMEREPORT_EXPORTS
|
||||
}
|
||||
|
||||
staticlib:{
|
||||
DEFINES += HAVE_STATIC_BUILD
|
||||
message(STATIC_BUILD)
|
||||
}
|
||||
|
||||
EXTRA_FILES += \
|
||||
$$PWD/lrglobal.cpp \
|
||||
|
Reference in New Issue
Block a user