Bush
Bush

Reputation: 2533

Qt libraries on Mac

I'm developing a c++ program that uses the qt libraries, specifically the QtCore library. In the makefile I need to refer to the location of the directory that contains the libraries that I use. (I do not use QtCreator). I'm running on OSX 10.10.15.

I installed qt thru brew install qt5, all files are in /usr/local/Cellar/qt5/5.5.0/ but I cannot find neither libQtCore.a nor libQtCore.dyn

I also installed Qt thru the installer on the website http://doc.qt.io/qt-5/linux.html but still couldn't find the libraries.

Upvotes: 1

Views: 1849

Answers (1)

Max Go
Max Go

Reputation: 2102

On OS X Qt installed as set of frameworks by default.

Upvotes: 1

Related Questions