From a22cf48017c460d326a18bcd6878a104b120675d Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Thu, 6 Jul 2023 08:32:40 +0000 Subject: [PATCH] features should be installed into QT_INSTALL_ARCHDATA The QT_INSTALL_ARCHDATA path may be distro specific on Manjaro it points to /usr/lib/qt5/mkspec/features on SailfishOS it points to /usr/share/qt5/mkspec/features --- root.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.pro b/root.pro index c5fecb7..f71664b 100644 --- a/root.pro +++ b/root.pro @@ -2,7 +2,7 @@ TEMPLATE = subdirs SUBDIRS = src tests type-to-cxx -prf.path = $$[QT_INSTALL_DATA]/mkspecs/features +prf.path = $$[QT_INSTALL_ARCHDATA]/mkspecs/features prf.files = iodata-qt5.prf INSTALLS = prf