PDA

View Full Version : Where to look what is included during compilation ?



tonnot
8th February 2012, 10:44
I see how some classes show this during compilation:
.... -I"d:\Qt\examples\designer\worldtimeclockplugin" -I"d:\Qt\qt\demos\gradients" -I"d:\Qt\qt\demos\shared" -I"d:\Qt\qt\demos\deform" ....

I dont want theese elements. I played with them but I dont understand what are going inside my proj.

Where I have to look ? Any idea ? Thanks.

myta212
8th February 2012, 11:06
Hi,
All parameter when compiled exist in *.pro file. You can try to look for this file
Please check this file and update your Makefile with command qmake.

Best regards,

Myta

tonnot
8th February 2012, 13:16
My proj is big. I had not look at every pro and pri file....
Thanks any way

wysota
8th February 2012, 16:21
"grep -R INCLUDEPATH *" or equivalent.