You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pertti Kellomäki 1c93b10b0a Changes: Deprecate MDeclarativeCache::applicationDirPath() and
MDeclarativeCache::applicationFilePath().
         Modify examples to use the QCoreApplication members.
RevBy: Juha Lintula
15 years ago
..
README Changes: Add examples of using qdeclarativebooster with qmake and cmake. 15 years ago
main.cpp Changes: Deprecate MDeclarativeCache::applicationDirPath() and 15 years ago
main.qml Changes: Add examples of using qdeclarativebooster with qmake and cmake. 15 years ago
with-qmake.pro Changes: Add examples of using qdeclarativebooster with qmake and cmake. 15 years ago

README

This example shows how to build a booster-enabled QML Helloworld with qmake.

Build the example:               qmake && make
Run the example without booster: ./qml-helloworld
Run the example with booster:    invoker --type=d ./qml-helloworld