Add core library as dependency to static libraries.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-12-11 11:59:15 +02:00
parent 54e2025439
commit c09e7d4d65
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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