Skip to content
Commit a3f82fca authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Make QML compilation optional

Precompiling QML code makes ktouch hard-depend on the Qt version it is compiled with, forcing it to be rebuilt with every new Qt version. This creates an additional burden for packagers in exchange for a negligible performance gain the first time the application is run (for every subsequent run the QML code is already compiled in the cache anyway)

Differential Revision: https://phabricator.kde.org/D20861
parent f17e2b3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment