linux mint - Qt Creator "error: libglfw3 development package not found"
Solved
General and Desktop
-
-
@sotrh Please read http://doc.qt.io/qt-5/qmake-project-files.html#declaring-other-libraries
This is an example how to add a library in .pro file:LIBS += -L/usr/local/lib -lmath