Changeset 5006a0a for xsoft


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:
xsoft/other
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • xsoft/other/other.xml

    re9f4805 r5006a0a  
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunderbird.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tigervnc.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transmission.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="transmission-systemd.xml"/>
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xchat.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xdg-utils.xml"/>
  • xsoft/other/transmission-systemd.xml

    re9f4805 r5006a0a  
    128128
    129129    <para>
    130        The following commands are used if you have installed Qt and would like
    131        to compile the Qt GUI. If <application>Qt4</application> and
    132        <application>Qt5</application> are installed in
    133        <filename class="directory">/opt</filename>, use
    134        <command>source setqt4</command> or <command>source setqt5</command> to
    135        choose which one will be used to build the Qt GUI. For
    136        <application>Qt4</application>, first fix the code with:
    137     </para>
    138 
    139 <screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro</userinput></screen>
    140 
    141     <para>
    142       Now, compile the Qt GUI, with the following commands:
    143     </para>
    144 
    145 <screen><userinput>pushd qt        &amp;&amp;
    146   qmake qtr.pro &amp;&amp;
    147   make          &amp;&amp;
     130      To build the <application>Qt4</application> GUI, run the following commands:
     131    </para>
     132
     133<screen><userinput>sed -i '/^CONFIG/aQMAKE_CXXFLAGS += -std=c++11' qt/qtr.pro &amp;&amp;
     134pushd qt    &amp;&amp;
     135  qmake-qt4 &amp;&amp;
     136  make      &amp;&amp;
     137popd</userinput></screen>
     138
     139    <para>
     140      To build the <application>Qt5</application> GUI, run the following commands:
     141    </para>
     142
     143<screen><userinput>pushd qt    &amp;&amp;
     144  qmake-qt5 &amp;&amp;
     145  make      &amp;&amp;
    148146popd</userinput></screen>
    149147
Note: See TracChangeset for help on using the changeset viewer.