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 +}