trying to fix a seg fault

This commit is contained in:
Chris Cochrun 2022-07-13 09:39:00 -05:00
parent 0ab05b2687
commit 4efddac106
3 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,7 @@
let pkgs = nixpkgs.legacyPackages.${system}; in
{
devShell = import ./shell.nix { inherit pkgs; };
defaultPackage = import ./default.nix { inherit pkgs; };
}
);
}

View file

@ -22,7 +22,11 @@ mkShell {
qt5.qtquickcontrols2
qt5.qtx11extras
qt5.qtmultimedia
qt5.qtwayland
libsForQt5.kirigami2
libsForQt5.breeze-icons
libsForQt5.breeze-qt5
libsForQt5.qqc2-desktop-style
# libsForQt5.kirigami-addons
libsForQt5.ki18n
libsForQt5.kcoreaddons

View file

@ -95,7 +95,7 @@ int main(int argc, char *argv[])
//Need to instantiate our slide
Slide slide("", "", "", "", "", "", "", 0);
// QScopedPointer<Slide> slide("", "", "", "", "", "", "", 0);
// QScopedPointer<Slide> slide(new Slide("", "", "", "", "", "", "", 0));
// apparently mpv needs this class set
// let's register mpv as well