python312Packages.log-symbols: refactor (#369856)
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtwebchannel.nix
blob36b3000f7294218609dffc3bdfeb14dbe0d93718
2   lib,
3   stdenv,
4   qtModule,
5   qtbase,
6   qtdeclarative,
7 }:
9 qtModule {
10   pname = "qtwebchannel";
11   propagatedBuildInputs = [
12     qtbase
13     qtdeclarative
14   ];
15   outputs = [
16     "out"
17     "dev"
18   ] ++ lib.optionals (stdenv.hostPlatform == stdenv.buildPlatform) [ "bin" ];