Thread
:
MADDE's qmake generates incorrect makefiles for Windows - where to file bug?
View Single Post
RCL
2010-05-23 , 11:44
Posts: 13 | Thanked: 3 times | Joined on May 2010 @ Russian working in Poland for an US company :)
#
5
Well, I don't execute mad qmake, I'm using QtCreator which executes qmake from freemantle directory itself. Executing qmake from the same location manually (that is, cd'ing to directory where .pro is located and then invoking qmake with absolute path) has the same effect.
Regarding your results, are you listing those headers in HEADERS variable or does qmake find them as dependencies itself?
I found that automatically found dependencies are generated correctly (thanks to Joorin for an obvious solution), and only those headers that are also listed in HEADERS are affected.
I'm also using more than one level of ../ indirection, which may or may not affect the results.
Quote & Reply
|
RCL
View Public Profile
Send a private message to RCL
Find all posts by RCL