Configuration | Status |
---|---|
Windows Installer | |
Linux AppImage | |
MacOs Dmg |
QaterialHotReload is an app that load a .qml
file, and reloads it each time the file is saved on the system.
Open file
Open Folder
Typography Menu
Icon Menu
Color Menu
Theme Button
Import Path
git clone https://github.com/OlivierLDff/QaterialHotReload
cd QaterialHotReload && mkdir build && cd build
cmake ..
cmake --build .
./QaterialHotReloadApp
Make sure Qt5 can be found by find_package
.
- Either pass
-DCMAKE_PREFIX_PATH=/path/to/Qt/5.15.1/<binary>
.<binary>
can bemsvc2019_64
,gcc_64
,clang_64
, ... - Or set environment variable
Qt5_DIR
.
Olivier Le Doeuff, olivier.ldff@gmail.com
QaterialHotReload is available under the MIT license. See the License file for more info.