Changeset 7af92fe5 for kde/core


Ignore:
Timestamp:
06/02/2013 07:23:30 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ad24d3e1
Parents:
88647e80
Message:

Qt instructions update: Install in /usr by default, don't install executable files in /usr/bin by default - symlink them for now. They will conflict with Qt5 versions. Qtchooser package will handle which Qt version is in use when the time is right.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11255 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
kde/core
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • kde/core/akonadi.xml

    r88647e80 r7af92fe5  
    9999cd build &amp;&amp;
    100100cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    101       -DCMAKE_PREFIX_PATH=&qt-dir; \
     101      -DCMAKE_PREFIX_PATH=&qt4-dir; \
    102102      -DCMAKE_BUILD_TYPE=Release \
    103103      -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
     
    116116    <title>Command Explanations</title>
    117117
    118     <para><option>-DCMAKE_PREFIX_PATH=&qt-dir;</option>: This switch is used to
     118    <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to
    119119    help <command>cmake</command> find <command>automoc4</command>.</para>
    120120
  • kde/core/attica.xml

    r88647e80 r7af92fe5  
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73     <xref linkend="qt"/> and
     73    <xref linkend="qt4"/> and
    7474    <xref linkend="cmake"/>
    7575    </para>
  • kde/core/automoc4.xml

    r88647e80 r7af92fe5  
    7373    <para role="required">
    7474    <xref linkend="cmake"/> and
    75     <xref linkend="qt"/>
     75    <xref linkend="qt4"/>
    7676    </para>
    7777
     
    8989<screen><userinput>mkdir build &amp;&amp;
    9090cd build &amp;&amp;
    91 cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; .. &amp;&amp;
     91cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; .. &amp;&amp;
    9292make</userinput></screen>
    9393
  • kde/core/config.xml

    r88647e80 r7af92fe5  
    6767    <title>Installing further KDE packages</title>
    6868    <para>Every subsequent package can be built while having <application>KDE</application> up and
    69     running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt-dir;</envar> set.</para>
     69    running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
    7070  </sect2>
    7171
  • kde/core/phonon.xml

    r88647e80 r7af92fe5  
    9090    <title>Installation of Phonon</title>
    9191
    92     <para>Make sure that <xref linkend="qt"/> is compiled without the bundled
     92    <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
    9393    <application>Phonon</application> library. This package provides
    9494    a better implementation.</para>
     
    9999<screen><userinput>mkdir build &amp;&amp;
    100100cd build &amp;&amp;
    101 cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; \
     101cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
    102102      -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
    103103      -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
  • kde/core/polkit-qt.xml

    r88647e80 r7af92fe5  
    8787<screen><userinput>mkdir build &amp;&amp;
    8888cd build &amp;&amp;
    89 CMAKE_PREFIX_PATH=&qt-dir; \
     89CMAKE_PREFIX_PATH=&qt4-dir; \
    9090      cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
    9191make</userinput></screen>
     
    104104    <title>Command Explanations</title>
    105105
    106     <para><option>CMAKE_PREFIX_PATH=&qt-dir;</option>: This option is set to
     106    <para><option>CMAKE_PREFIX_PATH=&qt4-dir;</option>: This option is set to
    107107    find <command>automoc4</command>.</para>
    108108
  • kde/core/qimageblitz.xml

    r88647e80 r7af92fe5  
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73     <xref linkend="qt"/> and
     73    <xref linkend="qt4"/> and
    7474    <xref linkend="cmake"/>
    7575    </para>
Note: See TracChangeset for help on using the changeset viewer.