Changeset af40952f


Ignore:
Timestamp:
09/04/2024 05:35:04 PM (2 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
8142193
Parents:
0bb63a3
Message:

NetworkManager: clean up after removing Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r0bb63a3 raf40952f  
    175175cd    build &amp;&amp;
    176176
    177 CXXFLAGS+="-O2 -fPIC"             \
    178177meson setup ..                    \
    179178      --prefix=/usr               \
     
    194193cd    build &amp;&amp;
    195194
    196 CXXFLAGS+="-O2 -fPIC"             \
    197195meson setup ..                    \
    198196      --prefix=/usr               \
     
    251249    <title>Command Explanations</title>
    252250
    253     <para>
    254       <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
    255       necessary to build the Qt5 based examples.
    256     </para>
    257251
    258252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    318312    <para>
    319313      <parameter>-D qt=false</parameter>: This switch disables the
    320       <application>Qt</application> examples. Omit if you have
    321       <application>Qt</application> available and wish to install the examples.
     314      <application>Qt 5</application> examples.
    322315    </para>
    323316
Note: See TracChangeset for help on using the changeset viewer.