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
|
# File with common stuff for whole project
|
||||||
include(../../../common.pri)
|
include(../../../common.pri)
|
||||||
|
|
||||||
QT += widgets printsupport concurrent
|
QT += core widgets printsupport concurrent
|
||||||
|
|
||||||
# Name of library
|
# Name of library
|
||||||
TARGET = vgeometry
|
TARGET = vgeometry
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# File with common stuff for whole project
|
# File with common stuff for whole project
|
||||||
include(../../../common.pri)
|
include(../../../common.pri)
|
||||||
|
|
||||||
QT += widgets printsupport
|
QT += core widgets printsupport
|
||||||
|
|
||||||
# Name of the library
|
# Name of the library
|
||||||
TARGET = vpatterndb
|
TARGET = vpatterndb
|
||||||
|
|
Loading…
Reference in New Issue
Block a user