From 2a4082c5a8083e11e8b922b139c35212eadeeec5 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 11 May 2021 10:53:18 +0300 Subject: [PATCH] Fix build on Windows. --- src/libs/vpatterndb/vpatterndb.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vpatterndb/vpatterndb.pro b/src/libs/vpatterndb/vpatterndb.pro index d6bc37df4..ecaab14f1 100644 --- a/src/libs/vpatterndb/vpatterndb.pro +++ b/src/libs/vpatterndb/vpatterndb.pro @@ -7,7 +7,7 @@ # File with common stuff for whole project include(../../../common.pri) -QT += core widgets printsupport xmlpatterns concurrent +QT += core widgets printsupport xmlpatterns concurrent xml # Name of the library TARGET = vpatterndb