Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.4.0-beta
-
None
-
OpenSUSE 11.4 x86_64
-
555e539760998fcff1e3117abc5080c4fee47275
Description
Our build system, through a set of .pri, generates the list of subdirs that gets included. This is handled just fine by qmake, but Creator's parser fails to handle this. I've attached an example project that replicates the problem yet builds fine from the command line with:
qmake -r
make
But when loading in Creator, all I see in the project view is plugins.pri, test.pro. As a consequence, foo.cpp and bar.cpp are not available, even from the locator, nor are the functions defined within.