From ed0fb2002854e0cdb42c83426fa27b8f25b2c74b Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 29 Jul 2016 15:43:34 +0300 Subject: [PATCH] Fixed build on Windows with MSVC. Added include path to VMisc for IFC static library. --HG-- branch : develop --- src/libs/ifc/ifc.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libs/ifc/ifc.pro b/src/libs/ifc/ifc.pro index b115a0547..775c917d2 100644 --- a/src/libs/ifc/ifc.pro +++ b/src/libs/ifc/ifc.pro @@ -87,3 +87,8 @@ CONFIG(debug, debug|release){ } } } + +win32-msvc*{ + #VMisc static library + INCLUDEPATH += $$PWD/../vmisc +}