From 4b5773c506e92f5951375de53405281a5823bdcc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 29 Jan 2022 12:07:53 +0200 Subject: [PATCH] Fix build on Windows. --- src/libs/vtools/vtools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vtools/vtools.pro b/src/libs/vtools/vtools.pro index 91ce3d161..724ab296e 100644 --- a/src/libs/vtools/vtools.pro +++ b/src/libs/vtools/vtools.pro @@ -7,7 +7,7 @@ # File with common stuff for whole project include(../../../common.pri) -QT += core widgets xml printsupport +QT += core widgets xml printsupport svg # Name of the library TARGET = vtools