Skip to content

Commit

Permalink
features should be installed into QT_INSTALL_ARCHDATA
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jmlich committed Aug 8, 2023
1 parent d94d70e commit a22cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a22cf48

Please sign in to comment.