Skip to content

Commit e8c8eba

Browse files
committed
Transfer DragArea
1 parent 2efcd20 commit e8c8eba

File tree

4 files changed

+3
-42
lines changed

4 files changed

+3
-42
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (UNIX AND NOT APPLE)
2525
endif()
2626

2727
include(FetchContent)
28-
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.5)
28+
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG 9f1ac6cce6b338c6613aa195cffe6f0bb5c965df)
2929
FetchContent_MakeAvailable(quartz)
3030

3131
list(APPEND LINK_LIBS ${PKGCONFIG_MODULES})

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
owner = "vimpostor";
1616
repo = "quartz";
1717
rev = builtins.head (builtins.match ".*FetchContent_Declare\\(.*GIT_TAG ([[:alnum:]\\.]+).*" (builtins.readFile ./CMakeLists.txt));
18-
hash = "sha256-pXalJ4YUpqAtKJTSk/jHiWpB0he82wOF6iXzQU6AtwQ=";
18+
hash = "sha256-UacYQ5c+MGUK4saLohnZs4691CBGI59JpkdgCaYbPUk=";
1919
};
2020
makeStdenvPkg = env: env.mkDerivation {
2121
pname = "blobdrop";

src/qml/DragArea.qml

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/qml/PathView.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import QtQuick
22
import QtQuick.Controls.Material
3+
import Quartz
34

45
import Backend
56

0 commit comments

Comments
 (0)