Merge pull request #202223 from alois31/qmlls
qt6.qtdeclarative: build qmlls
This commit is contained in:
commit
e50871163f
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ qtModule
|
||||
, qtbase
|
||||
, qtlanguageserver
|
||||
, qtshadertools
|
||||
, openssl
|
||||
, python3
|
||||
|
@ -7,7 +8,7 @@
|
|||
|
||||
qtModule {
|
||||
pname = "qtdeclarative";
|
||||
qtInputs = [ qtbase qtshadertools ];
|
||||
qtInputs = [ qtbase qtlanguageserver qtshadertools ];
|
||||
propagatedBuildInputs = [ openssl python3 ];
|
||||
preConfigure = ''
|
||||
export LD_LIBRARY_PATH="$PWD/build/lib''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
|
||||
|
|
Loading…
Reference in a new issue