forked from qt-creator/qt-creator
Modellinglib: Fix linking for msvc.
The Utils dependecy wasn't explicitly added to the project dependencies. Change-Id: I8f294cb2b220105c0cd83a3205594d00a051679e Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
be5d3c0a8e
commit
153d593b63
@@ -1,4 +1,4 @@
|
||||
QTC_LIB_NAME = Modeling
|
||||
QTC_LIB_DEPENDS +=
|
||||
QTC_LIB_DEPENDS += utils
|
||||
INCLUDEPATH *= $$IDE_SOURCE_TREE/src/libs/3rdparty/modeling
|
||||
INCLUDEPATH *= $$IDE_SOURCE_TREE/src/libs/3rdparty/modeling/qtserialization/inc
|
||||
|
||||
Reference in New Issue
Block a user