build: allow specifying QML install dir
This commit is contained in:
parent
cdeec6ee83
commit
2e18340995
3 changed files with 30 additions and 5 deletions
|
@ -69,6 +69,7 @@
|
|||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeFeature "DISTRIBUTOR" "Official-Nix-Flake")
|
||||
(lib.cmakeFeature "INSTALL_QML_PREFIX" qt6.qtbase.qtQmlPrefix)
|
||||
(lib.cmakeBool "DISTRIBUTOR_DEBUGINFO_AVAILABLE" true)
|
||||
(lib.cmakeFeature "GIT_REVISION" gitRev)
|
||||
(lib.cmakeBool "CRASH_REPORTER" withCrashReporter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue