From b7cf983fb03d8c8d3d62e751236ec2cf87f15b43 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 11 Dec 2018 12:42:31 +0200 Subject: [PATCH] Add core library as dependency to vtool static library. --HG-- branch : develop --- 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 fb132be42..bb9fe4815 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 += widgets xml printsupport +QT += core widgets xml printsupport # Name of the library TARGET = vtools