]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
- Unix: Remove hardcoded libHPCS paths from the Makefile. Configure in the
authorMichal Malý <madcatxster@devoid-pointer.net>
Thu, 2 Apr 2015 21:44:54 +0000 (23:44 +0200)
committerMichal Malý <madcatxster@devoid-pointer.net>
Thu, 2 Apr 2015 21:44:54 +0000 (23:44 +0200)
project options instead
- Remove the information message about build mode switch

Anyanka.pro

index ae6be7f19b5deb91fd3e26213f618e7a8f1d8f34..60cb2e63cd9f2b3b7c4ed6b8b04635e23f6cd6ee 100644 (file)
@@ -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