Add core library as dependency to static libraries.
--HG-- branch : develop
This commit is contained in:
parent
54e2025439
commit
c09e7d4d65
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user