native: flaten file structure

This commit is contained in:
jopejoe1 2024-07-08 20:07:09 +02:00
parent e466a28c1b
commit 7272b66f2f
23 changed files with 21 additions and 34 deletions

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
pname = "native";
version = "0.1";
src = ../native/Qt-Apps/Qt-Quick/Qt6-Quick-Example;
src = ../native;
buildInputs = [ kdePackages.qtbase kdePackages.qtdeclarative kdePackages.qtmultimedia ];