Changeset 9768a4d5
- Timestamp:
- 07/03/2017 07:54:03 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 542d478
- Parents:
- 9a7a14a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt5.xml
r9a7a14a8 r9768a4d5 241 241 export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto' && 242 242 243 sed -e "/qsql_mysql_p.h/ a #include <mysql/mysql_version.h>" \244 -i qtbase/src/plugins/sqldrivers/mysql/qsql_mysql.cpp &&245 246 247 243 ./configure -prefix $QT5PREFIX \ 248 244 -sysconfdir /etc/xdg \ … … 372 368 <sect2 role="commands"> 373 369 <title>Command Explanations</title> 374 375 <para>376 <command>sed ... qsql_mysql.cpp </command>: The377 <command>configure</command> now searches for mysql/mariadb and sets up378 Qt to use it if found. This command compensates for a change in the379 mariadb-10.2 include files.380 </para>381 370 382 371 <para>
Note:
See TracChangeset
for help on using the changeset viewer.