Results 1 to 2 of 2

Thread: trying to use Qtnamespace modified QT libs

  1. #1
    Join Date
    Aug 2009
    Posts
    81
    Platforms
    MacOS X Windows

    Default trying to use Qtnamespace modified QT libs

    i did a configure and make using the -qtnamepace myspace flag, all good so far... i have now a new set of frameworks...

    does someone can explain to me what i need to add to my .pro (and/or to my code) to be able to use those 'namespace' modified QT frameworks and not encounter linking issues... cannot find much documentation on it.


    Thank you for your help

  2. #2
    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: trying to use Qtnamespace modified QT libs

    You don't need to add anything to your project file. In your code you obviously need to prepend all Qt calls with the namespace you defined.
    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. Check if a window has been modified
    By xtal256 in forum Qt Programming
    Replies: 5
    Last Post: 20th August 2011, 13:00
  2. URL last modified
    By tsd-charlie in forum Qt Programming
    Replies: 1
    Last Post: 2nd October 2009, 15:09
  3. Modified TextFinder example
    By LoomVortex in forum Newbie
    Replies: 4
    Last Post: 26th August 2009, 11:17
  4. modified files
    By Raajesh in forum Qt Programming
    Replies: 1
    Last Post: 20th May 2008, 13:17
  5. Modified tableview
    By dkite in forum Qt Programming
    Replies: 2
    Last Post: 14th March 2006, 01:58

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.