]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
Link against libHPCS.dll (Win32)
authorMichal Malý <madcatxster@devoid-pointer.net>
Wed, 11 Mar 2015 00:39:08 +0000 (01:39 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Wed, 11 Mar 2015 00:39:08 +0000 (01:39 +0100)
Anyanka.pro

index 5d55a14b987e3a60b5af8d41e44b1a132c42aebf..a66944b24df62676bdaf3fcd7d447b38742c84a5 100644 (file)
@@ -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) {