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
..
CMakeLists.txt
README
main.cpp Changes: Deprecate MDeclarativeCache::applicationDirPath() and 15 years ago
main.qml

README

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

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