diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-25 14:13:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 17207917868476622b00656fc5f139ae126b90ff (patch) | |
tree | 15ac5c136cb0fa173ba714e06363b86fd720d260 /mobile-widgets/3rdparty/0009-qmake-build-add-missing-sizegroup-source-header.patch | |
parent | 3c89964d797ea11fbeff18ead576a46f576a91e5 (diff) | |
download | subsurface-17207917868476622b00656fc5f139ae126b90ff.tar.gz |
kirigami: maintain our patches relative to upstream
Having them as commits like this should make it easier to migrate them
as we update the underlying Kirigami version.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/3rdparty/0009-qmake-build-add-missing-sizegroup-source-header.patch')
-rw-r--r-- | mobile-widgets/3rdparty/0009-qmake-build-add-missing-sizegroup-source-header.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/mobile-widgets/3rdparty/0009-qmake-build-add-missing-sizegroup-source-header.patch b/mobile-widgets/3rdparty/0009-qmake-build-add-missing-sizegroup-source-header.patch new file mode 100644 index 000000000..0f4b2f8ed --- /dev/null +++ b/mobile-widgets/3rdparty/0009-qmake-build-add-missing-sizegroup-source-header.patch @@ -0,0 +1,35 @@ +From d3243df32cae73201d93da366893c969ef574e8f Mon Sep 17 00:00:00 2001 +From: Dirk Hohndel <dirk@hohndel.org> +Date: Sat, 12 Dec 2020 10:48:24 -0800 +Subject: [PATCH 09/11] qmake build: add missing sizegroup source/header + +This seems to have been missed in commit bbca96262e ("Introduce SizeGroup"). + +Signed-off-by: Dirk Hohndel <dirk@hohndel.org> +--- + kirigami.pri | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/kirigami.pri b/kirigami.pri +index 65a77646..35c4a34d 100644 +--- a/kirigami.pri ++++ b/kirigami.pri +@@ -26,6 +26,7 @@ HEADERS += $$PWD/src/kirigamiplugin.h \ + $$PWD/src/wheelhandler.h \ + $$PWD/src/shadowedrectangle.h \ + $$PWD/src/shadowedtexture.h \ ++ $$PWD/src/sizegroup.h \ + $$PWD/src/pagerouter.h \ + $$PWD/src/pagepool.h \ + $$PWD/src/avatar.h \ +@@ -57,6 +58,7 @@ SOURCES += $$PWD/src/kirigamiplugin.cpp \ + $$PWD/src/wheelhandler.cpp \ + $$PWD/src/shadowedrectangle.cpp \ + $$PWD/src/shadowedtexture.cpp \ ++ $$PWD/src/sizegroup.cpp \ + $$PWD/src/pagerouter.cpp \ + $$PWD/src/pagepool.cpp \ + $$PWD/src/avatar.cpp \ +-- +2.25.1 + |