Re: [Interest] Access to Qt private headers

2012-09-13 Thread kai.koehne
> [...] > Basically I want qt-install-path\QtV8\5.0.0\QtV8\private to be added to the > include path, so that my application code directly includes v8.h > > But adding v8-private to QT, only brings until > qt-install-path\QtV8\5.0.0\QtV8 to the include path, meaning I have to > include "private/

Re: [Interest] Access to Qt private headers

2012-09-13 Thread Bo Thorsen
Den 14-09-2012 05:36, ganesh.sathyanarayanan skrev: > Sorry, this has been asked before here > http://lists.qt.nokia.com/pipermail/qt-interest/2011-October/036291.html, > but I did not find the actual solution of how to do it. That's because you can't do this. The private headers are_private_ :)

[Interest] Access to Qt private headers

2012-09-13 Thread ganesh.sathyanarayanan
Hi, Sorry, this has been asked before here http://lists.qt.nokia.com/pipermail/qt-interest/2011-October/036291.html, but I did not find the actual solution of how to do it. Also I tried the options of: QT += v8-private QT_PRIVATE = v8 PRIVATE_HEADERS = v8.h in the pro file, but none of them gave