Skip to content

Commit

Permalink
features should be installed into /usr/lib/qt5/mkspec/features not /u…
Browse files Browse the repository at this point in the history
…sr/share/qt5/mkspec/features
  • Loading branch information
jmlich committed Jul 6, 2023
1 parent d94d70e commit 21179ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion root.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ TEMPLATE = subdirs

SUBDIRS = src tests type-to-cxx

prf.path = $$[QT_INSTALL_DATA]/mkspecs/features
greaterThan(QT_MAJOR_VERSION, 4) {
prf.path = $$[QT_HOST_DATA]/mkspecs/features
} else {
prf.path = $$[QT_INSTALL_DATA]/mkspecs/features
}
prf.files = iodata-qt5.prf

INSTALLS = prf
Expand Down

0 comments on commit 21179ef

Please sign in to comment.