From c09e7d4d65db8c0dfeded8e2b216c6b4e2f0fcb1 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 11 Dec 2018 11:59:15 +0200 Subject: [PATCH] Add core library as dependency to static libraries. --HG-- branch : develop --- src/libs/vgeometry/vgeometry.pro | 2 +- src/libs/vpatterndb/vpatterndb.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/vgeometry/vgeometry.pro b/src/libs/vgeometry/vgeometry.pro index 661a3f88c..a9f3bb0ab 100644 --- a/src/libs/vgeometry/vgeometry.pro +++ b/src/libs/vgeometry/vgeometry.pro @@ -7,7 +7,7 @@ # File with common stuff for whole project include(../../../common.pri) -QT += widgets printsupport concurrent +QT += core widgets printsupport concurrent # Name of library TARGET = vgeometry diff --git a/src/libs/vpatterndb/vpatterndb.pro b/src/libs/vpatterndb/vpatterndb.pro index c6ac14042..1df17d2a6 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 += widgets printsupport +QT += core widgets printsupport # Name of the library TARGET = vpatterndb