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.
Jussi Lind 9c319cd244 Changes: Use #include <MDeclarativeCache> in boosted-qml examples.
Changes: Added -I/usr/include/applauncherd to qdeclarative-boostable.pc

RevBy: Pertti Kellomäki
15 years ago
..
CMakeLists.txt Changes: Add examples of using qdeclarativebooster with qmake and cmake. 15 years ago
README Changes: Add examples of using qdeclarativebooster with qmake and cmake. 15 years ago
main.cpp Changes: Use #include <MDeclarativeCache> in boosted-qml examples. 15 years ago
main.qml 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 cmake.

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