Changeset f3a6abc9 for x


Ignore:
Timestamp:
08/11/2013 12:31:45 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:
c32e0380
Parents:
104b5bf
Message:

qt5 fixes, transmission 2.82.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r104b5bf rf3a6abc9  
    176176            -nomake examples \
    177177            -nomake tests \
     178            -opengl es2 \
    178179            -optimized-qmake &amp;&amp;
    179180make</userinput></screen>
     
    242243    </para>
    243244
    244     <para><parameter>-release</parameter>:
    245     This switch disables building with debugging symbols.</para>
     245    <para>
     246      <parameter>-release</parameter>: This switch disables
     247      building with debugging symbols.
     248    </para>
    246249
    247250    <para>
    248251      <parameter>-nomake tests -nomake examples</parameter>:
    249       These switches disable building programs that are only of
     252      These switches disable building modules that are only of
    250253      interest to a <application>Qt</application> developer.
    251254    </para>
     
    253256    <para>
    254257      <parameter>-system-sqlite</parameter>: This switch enables use
    255       the system version of <application>SQLite</application>.
     258      of the system version of <application>SQLite</application>.
    256259    </para>
    257260
     
    276279      <application>Qt</application> libraries. Available drivers are:
    277280      ibase, mysql, psql, sqlite and odbc.
     281    </para>
     282
     283    <para>
     284      <parameter>-opengl es2</parameter>: This switch enables OpenGL ES2
     285      support in <application>Qt</application>.
     286    </para>
     287
     288    <para>
     289      <parameter>-optimized-qmake</parameter>: This switch enables
     290      building of the optimized <command>qmake</command> program.
    278291    </para>
    279292
Note: See TracChangeset for help on using the changeset viewer.