Ignore:
Timestamp:
01/03/2014 02:45:45 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
68bd004
Parents:
739148a
Message:

KDE related fixes (patch received, thanks).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/attica.xml

    r739148a rba1e8dd  
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required">
    63     <xref linkend="qt4"/> and
    64     <xref linkend="cmake"/>
     63      <xref linkend="cmake"/> and
     64      <xref linkend="qt4"/>
     65    </para>
     66
     67    <bridgehead renderas="sect4">Optional</bridgehead>
     68    <para role="optional">
     69      <xref linkend="qt5"/> (requires
     70      <ulink url="http://quickgit.kde.org/index.php?p=extra-cmake-modules.git">
     71      extra-cmake-modules</ulink>)
    6572    </para>
    6673
     
    8188cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
    8289      -DCMAKE_BUILD_TYPE=Release         \
     90      -DQT4_BUILD=ON                     \
    8391      .. &amp;&amp;
    8492make</userinput></screen>
     
    95103    <title>Command Explanations</title>
    96104
    97     <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
    98     a higher level of compiler optimizations.</para>
     105    <para>
     106      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
     107      to apply a higher level of compiler the optimizations.
     108    </para>
     109
     110    <para>
     111      <parameter>-DQT4_BUILD=ON</parameter>: This switch forces the package
     112      to build against <application>Qt4</application> even if
     113      <application>Qt5</application> is present on the system. Remove it if
     114       you want to build the package against <application>Qt5</application>.
     115    </para>
    99116
    100117  </sect2>
Note: See TracChangeset for help on using the changeset viewer.