Package Details: qwt-qt6 6.3.0-1

Git Clone URL: https://aur.archlinux.org/qwt-qt6.git (read-only, click to copy)
Package Base: qwt-qt6
Description: Qt Widgets for Technical Applications (qt6)
Upstream URL: https://qwt.sourceforge.io/
Licenses: custom:qwt
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 2
Popularity: 0.61
First Submitted: 2024-05-09 08:12 (UTC)
Last Updated: 2024-05-09 12:09 (UTC)

Latest Comments

craftingDragon7 commented on 2025-04-15 11:59 (UTC) (edited on 2025-04-15 12:00 (UTC) by craftingDragon7)

@xantares I would recommend you to include the following patch in your package, else building this package will fail every time without having qwt (qt5) installed. Whithout this patch (and with qwt (qt5) installed) it weirdly links files from the qt5 version, making qt6 designer unusable.

--- src.orig/qwt-6.3.0/designer/designer.pro    2025-04-09 12:43:29.920727965 +0200
+++ src.next/qwt-6.3.0/designer/designer.pro 2025-04-09 11:23:54.504544522 +0200
@@ -99,7 +99,7 @@
         # into the plugin. Not supported on Windows !

         QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS}
-        qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt)
+        qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt-qt6)

         contains(QWT_CONFIG, QwtDll) {