-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

@ -7,8 +7,9 @@ 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)