ssakone / HotWatch

Qml Application Hot reloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HotWatch

  • Configuration CMake
add_subdirectory(HotWatch) # in your project file CMakeFiles.txt
... 

target_link_libraries(...
	HotWatch
	HotWatchplugin
)
  • In main cpp
#include <HotWatch.h>

...

HotWatch::registerSingleton(); // insert it after engine declaration

About

Qml Application Hot reloader

License:MIT License


Languages

Language:C++ 52.6%Language:QML 24.8%Language:CMake 19.7%Language:C 2.9%