From 996d3ff16ac6a9904cdcf1608270d71f951d9465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?arne=20kr=C3=BCger?= Date: Mon, 12 Mar 2018 19:21:34 +0100 Subject: [PATCH] -zint dll is now created --- 3rdparty/zint-2.4.4/backend_qt4/Zint.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty/zint-2.4.4/backend_qt4/Zint.pro b/3rdparty/zint-2.4.4/backend_qt4/Zint.pro index 2497f83..f9747a2 100644 --- a/3rdparty/zint-2.4.4/backend_qt4/Zint.pro +++ b/3rdparty/zint-2.4.4/backend_qt4/Zint.pro @@ -7,8 +7,9 @@ contains(CONFIG, static_build){ } !contains(CONFIG, staticlib){ -CONFIG += dll + CONFIG += dll DEFINES += QZINT_LIBRARY + } include(../../../common.pri)