Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 1.3.1
-
None
-
Windows XP SP3, MSVC 2008
Description
I have a project contains a file called 'DataIndexListParser.y.cpp' that was generated using bison (generation step not included in pro file).
I could not build this project using jom as it did not compile this file so the link step failed due to an missing object. nmake worked fine.
I renamed the file to DataIndexListParser_y.cpp and everything worked.