Changeset 5006a0a for general/prog


Ignore:
Timestamp:
08/02/2014 01:31:26 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
c1405f2d
Parents:
e9f4805
Message:

Remove setqt hacks from packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13793 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/cmake-systemd.xml

    re9f4805 r5006a0a  
    9999    <title>Installation of CMake</title>
    100100
    101     <para>
     101    <!-- <para>
    102102       If <application>Qt4</application> and <application>Qt5</application> are
    103103       installed in <filename class="directory">/opt</filename>, use
    104104       <command>source setqt4</command> or <command>source setqt5</command> to
    105105       choose which one will be used to build the Qt-based GUI.
    106     </para>
     106    </para> -->
    107107
    108108    <para>
     
    153153      <application>Qt</application>-based  GUI for
    154154      <application>CMake</application>.
     155    </para>
     156
     157    <para>
     158      <option>--qt-qmake=/usr/bin/qmake-qt5</option>: Use this switch if
     159      you have both <application>Qt4</application> and
     160      <application>Qt5</application> installed but wish to build the
     161      <application>Qt5</application> based GUI (it defaults to
     162      <application>Qt4</application> one).
    155163    </para>
    156164
  • general/prog/doxygen.xml

    re9f4805 r5006a0a  
    145145      <option>--with-doxywizard</option>: Use this parameter if
    146146      <application>Qt4</application> is installed and you wish to build the
    147       GUI front-end. If both <application>Qt4</application> and
    148       <application>Qt5</application> are installed, use
    149       <command>source setqt4</command>. If <application>Qt4</application> is
    150       installed in <filename class="directory">/opt</filename>, issue
    151       <command>export QTDIR=$QT4DIR</command>.
     147      GUI front-end.
    152148    </para>
    153149
  • general/prog/prog.xml

    re9f4805 r5006a0a  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bazaar.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake-systemd.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvsserver.xml"/>
Note: See TracChangeset for help on using the changeset viewer.