native: simple qt app
This commit is contained in:
parent
4a25c0a3c5
commit
e466a28c1b
49 changed files with 442 additions and 1197 deletions
|
@ -1,17 +1,19 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
meson,
|
||||
ninja,
|
||||
cmake,
|
||||
kdePackages,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "native";
|
||||
version = "0.1";
|
||||
|
||||
src = ../.;
|
||||
src = ../native/Qt-Apps/Qt-Quick/Qt6-Quick-Example;
|
||||
|
||||
nativeBuildInputs = [ meson ninja ];
|
||||
buildInputs = [ kdePackages.qtbase kdePackages.qtdeclarative kdePackages.qtmultimedia ];
|
||||
|
||||
nativeBuildInputs = [ cmake kdePackages.wrapQtAppsHook ];
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ jopejoe1 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue