Jasvirbahl / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Mokka build fails for rev 1023 #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in revision r1024.

Original comment by arnaud.barre on 26 Mar 2012 at 7:17