Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. What is the "Qt Quick Compiler build tool"
Forum Updated to NodeBB v4.3 + New Features

What is the "Qt Quick Compiler build tool"

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 3 Posters 4.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    isml
    wrote on last edited by
    #1

    I see the comparing table on the new download site and find "Qt Quick Compiler build tool" is not available in the free open source edition.The comment of this feature is "Compile dynamic UI files into your binary". As I know, qml files can be embeded into exe by adding as resource files into qrc file. Does it now mean that we can not compile qml as resource in free edition in the future?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      No. it does not prevent you from using qrc.
      Take a look on "Getting Started":http://doc.qt.digia.com/QtQuickCompiler/ it explains how qt quick compiler works.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Jens
        wrote on last edited by
        #3

        To summarize: The compiler adds the option of letting you compile QML and javascript into efficient C++ code, giving you the option of more effectively hiding/obfuscating your QML in commercial applications and improving the initial startup time of QML applications as it takes away the compilation step at runtime. It does not affect what is currently available in the open source edition.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved