summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2022-05-24 18:52:12 +0200
committerTreeve Jelbert2022-05-24 18:52:12 +0200
commit15051d3afb4a8722c7dc3f4e8ab84ce3494d5c77 (patch)
tree224b583fed5f754ee3e177d7d09c4b100603b2b2
parente7b1d7a6b4e689189e6f69f5f88364bb14b37a57 (diff)
qt5-cmake/FUNCTIONS: tweak
-rw-r--r--ChangeLog3
-rwxr-xr-xqt5-cmake/FUNCTIONS7
2 files changed, 3 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b55a3f526..c2660abbb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-24 Treeve Jelbert <treeve@sourcemage.org>
+ * qt5-cmake/FUNCTIONS: simplify
+
2022-05-23 Ismael Luceno <ismael@sourcemage.org>
* libs/skalibs: new spell, C development files used for building
all software at skarnet.org
diff --git a/qt5-cmake/FUNCTIONS b/qt5-cmake/FUNCTIONS
index 5458614d03..0f2378c072 100755
--- a/qt5-cmake/FUNCTIONS
+++ b/qt5-cmake/FUNCTIONS
@@ -1,10 +1,3 @@
. $GRIMOIRE/KDE5_FUNCTIONS
-default_build() {
- qt5_cmake_build
-}
-
-function default_install() {
- cmake_install
-}