Results 1 to 4 of 4

Thread: Where to look what is included during compilation ?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Where to look what is included during compilation ?

    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.

  2. #2
    Join Date
    Nov 2006
    Location
    indonesia
    Posts
    55
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Where to look what is included during compilation ?

    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

  3. The following user says thank you to myta212 for this useful post:

    tonnot (8th February 2012)

  4. #3
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Where to look what is included during compilation ?

    My proj is big. I had not look at every pro and pri file....
    Thanks any way

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Where to look what is included during compilation ?

    "grep -R INCLUDEPATH *" or equivalent.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 2nd February 2010, 04:38
  2. QTest dir not included by qmake
    By allstar in forum Qt Programming
    Replies: 1
    Last Post: 20th June 2007, 11:10
  3. header files not getting included
    By nimmyj in forum Installation and Deployment
    Replies: 1
    Last Post: 19th December 2006, 06:18
  4. Function ioperm() is included into Qt4
    By rud_1023 in forum Qt Programming
    Replies: 2
    Last Post: 26th October 2006, 10:41
  5. math.h included, but fmod not available
    By jamadagni in forum General Programming
    Replies: 1
    Last Post: 8th January 2006, 06:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.