Results 1 to 9 of 9

Thread: How to change the route in the *.h files ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Posts
    40
    Thanks
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to change the route in the *.h files ?

    though I knew the way you just mentioned .But that would be a lot work to do.I just wondered if there is some easy way to work it out.

    thanks ,i knew that .but in windows xp there is no way to make a link between the <taglib/taglib.h> and the ./taglib/include/taglib.h

  2. #2
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How to change the route in the *.h files ?

    Your installation doesn't match what your code is calling for. One or the other will have to be changed.

  3. #3
    Join Date
    Jan 2011
    Posts
    40
    Thanks
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to change the route in the *.h files ?

    Quote Originally Posted by SixDegrees View Post
    Your installation doesn't match what your code is calling for. One or the other will have to be changed.
    What is that
    doesn't match what your code is calling for
    ,i dont get it.could you give me some hints?

  4. #4
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How to change the route in the *.h files ?

    Your source code is looking for headers in a place that doesn't exist. You either have to put your headers where your source code expects them to be, or change your source code to look in a different place.

Similar Threads

  1. DockWidgetArea change and layout direction change
    By mstegehu in forum Qt Programming
    Replies: 1
    Last Post: 21st February 2012, 21:24
  2. How to change path where ui_* files are generated?
    By Tiansen in forum Qt Programming
    Replies: 4
    Last Post: 7th April 2010, 13:39
  3. Replies: 12
    Last Post: 17th June 2009, 05:34
  4. How to change some files backgroundcolors
    By tkms in forum Qt Programming
    Replies: 3
    Last Post: 17th December 2008, 06:23
  5. socket programming... getting "no route to host"
    By babusunlux in forum Qt Programming
    Replies: 1
    Last Post: 4th August 2006, 20:39

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.