I want to compile one of Qt’s default libraries (QDeclarative) on OSX.
Which argument do I need to pass to ./configure to achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not a standalone component as far as I know it is dependent on QtXML and some other parts of QT within QtCore. Just compile QT for Mac using the cross platform options in the link Evan Teran posted here.
If you only want to link against QtCore add
QT -= guito your .pro file in QtCreator or otherwise specify removal of the default included QtGui in your linking command line.