Skip to content

OlivierLDff/QaterialHotReload

Repository files navigation

qaterial-hotreload-black

Configuration Status
Windows Installer 👷 Windows CI
Linux AppImage 👷 AppImage CI
MacOs Dmg 👷 MacOs CI

QaterialHotReload is an app that load a .qml file, and reloads it each time the file is saved on the system.

Preview

Open file

openfile

Open Folder

openfolder

Typography Menu

typo2

Icon Menu

hoticon

Color Menu

hotcolor

Theme Button

themehot

Import Path

importpath

Build & Execute

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 be msvc2019_64, gcc_64, clang_64, ...
  • Or set environment variable Qt5_DIR.

Dependencies

dependencies

Author

Olivier Le Doeuff, olivier.ldff@gmail.com

License

QaterialHotReload is available under the MIT license. See the License file for more info.