Skip to content

Commit

Permalink
Transfer DragArea
Browse files Browse the repository at this point in the history
  • Loading branch information
vimpostor committed Jul 13, 2024
1 parent 2efcd20 commit e8c8eba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (UNIX AND NOT APPLE)
endif()

include(FetchContent)
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.5)
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG 9f1ac6cce6b338c6613aa195cffe6f0bb5c965df)
FetchContent_MakeAvailable(quartz)

list(APPEND LINK_LIBS ${PKGCONFIG_MODULES})
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
owner = "vimpostor";
repo = "quartz";
rev = builtins.head (builtins.match ".*FetchContent_Declare\\(.*GIT_TAG ([[:alnum:]\\.]+).*" (builtins.readFile ./CMakeLists.txt));
hash = "sha256-pXalJ4YUpqAtKJTSk/jHiWpB0he82wOF6iXzQU6AtwQ=";
hash = "sha256-UacYQ5c+MGUK4saLohnZs4691CBGI59JpkdgCaYbPUk=";
};
makeStdenvPkg = env: env.mkDerivation {
pname = "blobdrop";
Expand Down
40 changes: 0 additions & 40 deletions src/qml/DragArea.qml

This file was deleted.

1 change: 1 addition & 0 deletions src/qml/PathView.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import QtQuick
import QtQuick.Controls.Material
import Quartz

import Backend

Expand Down

0 comments on commit e8c8eba

Please sign in to comment.