0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 08:34:38 +03:00

-zint dll is now created

This commit is contained in:
arne krüger 2018-03-12 19:21:34 +01:00
parent e95dea2146
commit 996d3ff16a

View File

@ -9,6 +9,7 @@ contains(CONFIG, static_build){
!contains(CONFIG, staticlib){ !contains(CONFIG, staticlib){
CONFIG += dll CONFIG += dll
DEFINES += QZINT_LIBRARY DEFINES += QZINT_LIBRARY
} }
include(../../../common.pri) include(../../../common.pri)