lots of little bug fixes
This commit is contained in:
parent
de80d304bf
commit
ee5481f8db
17 changed files with 125 additions and 116 deletions
2
justfile
2
justfile
|
@ -1,7 +1,7 @@
|
|||
default:
|
||||
just --list
|
||||
build:
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ .
|
||||
cmake -DQT_QML_GENERATE_QMLLS_INI=ON -DCMAKE_BUILD_TYPE=Debug -B bld/ .
|
||||
make -j8 --dir bld/
|
||||
rm -rf ~/.cache/lumina/lumina/qmlcache/
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue