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. Qt Quick Compiler and Resource Compiler
Forum Updated to NodeBB v4.3 + New Features

Qt Quick Compiler and Resource Compiler

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.1k 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.
  • J Offline
    J Offline
    johnpaletta
    wrote on last edited by
    #1

    Hello, when I create a project in QML, I see that in the build directory a .cpp file is created, generated with rcc I guess. My .qrc however contains all the .qml files in my project. Does this mean that the rcc tool pre compiles my qml files? Isn't this the same as using the qt quick compiler (which is a paid option)?
    If not, what are the differences between the two tools?
    Thank you for you time

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Qt's resources system (through rcc) allows you to embed arbitrary files within your executable be it images, text or else.

      The Qt Quick Compiler's goal is to compile your QML stuff to its final form.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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