From: Michal MalĂ˝ Date: Wed, 11 Mar 2015 00:39:08 +0000 (+0100) Subject: Link against libHPCS.dll (Win32) X-Git-Tag: 0.4a~1 X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=85dc2f97040e86c331d7141d1d3e155782f56ee1;p=anyanka.git Link against libHPCS.dll (Win32) --- diff --git a/Anyanka.pro b/Anyanka.pro index 5d55a14..a66944b 100644 --- a/Anyanka.pro +++ b/Anyanka.pro @@ -18,8 +18,10 @@ unix { } win32 { # Add project root directory to work around VC11 include path scheme - INCLUDEPATH += "./" - INCLUDEPATH += "./libHPCS" + INCLUDEPATH += ./ + # You may want to adjust these paths based on the location of libHPCS on your system + INCLUDEPATH += $$PWD/../libHPCS/include + LIBS += $$PWD/../libHPCS/VS2013/libHPCS/Release/libHPCS.lib } CONFIG(debug, debug|release) {