What steps will reproduce the problem?
1. Checkout rev 1023
2. run cmake and make
3.
What is the expected output? What do you see instead?
Build fails when compiling MainWindow.cpp as MOKKA_LINUX_SHARE_PATH is not
defined.
This occurs as Tools/Mokka/mokkaConfigure.h.in does not include any Qt files
and such Q_OS_LINUX is not defined. Adding a "#include <QtCore>" solves this
problem.
Original issue reported on code.google.com by martin.f...@gmail.com on 26 Mar 2012 at 1:31
Original issue reported on code.google.com by
martin.f...@gmail.com
on 26 Mar 2012 at 1:31