Changeset 1c2bec77 for kde/kf5/kf5-intro.xml
- Timestamp:
- 09/24/2015 09:44:04 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- eca7a58
- Parents:
- 6665210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-intro.xml
r6665210 r1c2bec77 51 51 <literal># Begin /etc/profile.d/kf5.sh 52 52 53 . /etc/profile.d/qt5.sh 54 53 55 export KF5_PREFIX=/usr 54 56 … … 65 67 EOF 66 68 67 cat > /etc/profile.d/qt5.sh << "EOF"68 <literal># Begin Qt5 changes for KF569 70 pathappend $QT5DIR/lib/qt5/plugins QT_PLUGIN_PATH71 pathappend $QT5DIR/lib/qt5/qml QML_IMPORT_PATH72 pathappend $QT5DIR/lib/qt5/qml QML2_IMPORT_PATH73 74 # End Qt5 changes for KF5</literal>75 69 EOF</userinput></screen> 76 70 <warning> … … 106 100 <literal># Begin /etc/profile.d/kf5.sh 107 101 102 . /etc/profile.d/qt5.sh 103 108 104 export KF5_PREFIX=/opt/kf5 109 105 … … 117 113 118 114 pathappend /usr/lib/qt5/plugins QT_PLUGIN_PATH 115 pathappend $QT5DIR/plugins QT_PLUGIN_PATH 119 116 pathappend $KF5_PREFIX/lib/plugins QT_PLUGIN_PATH 120 117 121 118 pathappend /usr/lib/qt5/qml QML_IMPORT_PATH 119 pathappend $QT5DIR/qml QML_IMPORT_PATH 122 120 pathappend $KF5_PREFIX/lib/qml QML_IMPORT_PATH 123 121 124 122 pathappend /usr/lib/qt5/qml QML2_IMPORT_PATH 123 pathappend $QT5DIR/qml QML2_IMPORT_PATH 125 124 pathappend $KF5_PREFIX/lib/qml QML2_IMPORT_PATH 126 125
Note:
See TracChangeset
for help on using the changeset viewer.