From 85dc2f97040e86c331d7141d1d3e155782f56ee1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Wed, 11 Mar 2015 01:39:08 +0100 Subject: [PATCH] Link against libHPCS.dll (Win32) --- Anyanka.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) { -- 2.43.5