PDA

View Full Version : trying to use Qtnamespace modified QT libs



eric_vi
27th July 2012, 16:00
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

wysota
27th July 2012, 19:49
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.