From: Michal MalĂ˝ Date: Thu, 2 Apr 2015 21:44:54 +0000 (+0200) Subject: - Unix: Remove hardcoded libHPCS paths from the Makefile. Configure in the X-Git-Tag: 0.5c~17 X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=878064a069e24ca0149bc79bd124621c0c4c392a;p=anyanka.git - Unix: Remove hardcoded libHPCS paths from the Makefile. Configure in the project options instead - Remove the information message about build mode switch --- diff --git a/Anyanka.pro b/Anyanka.pro index ae6be7f..60cb2e6 100644 --- a/Anyanka.pro +++ b/Anyanka.pro @@ -12,10 +12,9 @@ TEMPLATE = app unix { QMAKE_CXXFLAGS += -std=c++11 -Wall -Wextra - # You may want to adjust these paths based on the location of libHPCS on your system - #INCLUDEPATH += $$PWD/libHPCS/include - INCLUDEPATH += /home/madcat/Devel/C/libHPCS/include - LIBS += -L/home/madcat/Devel/C/libHPCS/build -lHPCS + # Unless libHPCS is installed in one of the directories commonly searched by your compiler, + # you will need to specify path to the library and its header in the project's configuration + LIBS += -lHPCS } win32 { # Add project root directory to work around VC11 include path scheme