project options instead
- Remove the information message about build mode switch
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