[solved] Learn how to use qmake. To what extent?
Unsolved
Qt Certification
-
Hi all,
I'm reading for Qt essentials exam. Regarding the above topic 'Learn how to use qmake' I already read two books Foundations of Qt Development - Johan Thelin and C++ GUI Programming with Qt 4, Second Edition by Jasmin Blanchette; Mark Summerfield.
I also found qmake Manual. Should I read it as well to pass the exam Or covered content is enough?
Kindly request your help. Thanks in advance.
-
Hi,
You need to know how to use qmake to create a project, using e.g. a specific mkspec. You don't necessarily need to know every single variable e.g. those that are mentioned as not usually modified by users.
-
Thank you.
I decided to complete qmake Manual.