Results 1 to 20 of 27

Thread: How to access v8's debug API in QJSEngine

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2013
    Location
    Vienna, Austria
    Posts
    21
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to access v8's debug API in QJSEngine

    QScriptEngine is likely to stay because of licensing policies (especially the commercial license).
    In which way does the licensing policies play here a role?

    This would require both modules to be released together
    No, they would use a shared library.
    They wouldn't have to be together just use the same shared v8.dll

    DevDays videos on QML.
    Are there no text articles describing the stuff, other than the docs themselves?

  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: How to access v8's debug API in QJSEngine

    Quote Originally Posted by DavidXanatos View Post
    In which way does the licensing policies play here a role?
    Hmm.. somehow I thought V8 was LGPL which would prevent statically compiling it into closed-source projects but it seems it is BSD.

    No, they would use a shared library.
    They wouldn't have to be together just use the same shared v8.dll
    The point is now QtWebKit and QtQml can use different versions of V8. Release schedules of QtWebKit and QtQml are quite different.


    Are there no text articles describing the stuff, other than the docs themselves?
    I don't have any specific links for you right now. Most that I've learn with regard to this subject was by studying QtQml internals myself. Nasty hacks to work around Qt's property system in QML is one of the example areas.
    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: 1
    Last Post: 10th October 2012, 08:46
  2. Qt + Linux + Eclipse - debug using debug build?
    By will49 in forum Qt Programming
    Replies: 6
    Last Post: 13th April 2012, 06:27
  3. Replies: 4
    Last Post: 30th September 2010, 10:31
  4. DEBUG macro not defined in debug build using vc++
    By piotr.dobrogost in forum Qt Programming
    Replies: 0
    Last Post: 21st July 2009, 13:07
  5. Replies: 11
    Last Post: 22nd March 2006, 19:06

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.