- Timestamp:
- 06/02/2013 07:23:30 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ad24d3e1
- Parents:
- 88647e80
- Location:
- kde/core
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/akonadi.xml
r88647e80 r7af92fe5 99 99 cd build && 100 100 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ 101 -DCMAKE_PREFIX_PATH=&qt -dir; \101 -DCMAKE_PREFIX_PATH=&qt4-dir; \ 102 102 -DCMAKE_BUILD_TYPE=Release \ 103 103 -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \ … … 116 116 <title>Command Explanations</title> 117 117 118 <para><option>-DCMAKE_PREFIX_PATH=&qt -dir;</option>: This switch is used to118 <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to 119 119 help <command>cmake</command> find <command>automoc4</command>.</para> 120 120 -
kde/core/attica.xml
r88647e80 r7af92fe5 71 71 <bridgehead renderas="sect4">Required</bridgehead> 72 72 <para role="required"> 73 <xref linkend="qt "/> and73 <xref linkend="qt4"/> and 74 74 <xref linkend="cmake"/> 75 75 </para> -
kde/core/automoc4.xml
r88647e80 r7af92fe5 73 73 <para role="required"> 74 74 <xref linkend="cmake"/> and 75 <xref linkend="qt "/>75 <xref linkend="qt4"/> 76 76 </para> 77 77 … … 89 89 <screen><userinput>mkdir build && 90 90 cd build && 91 cmake -DCMAKE_INSTALL_PREFIX=&qt -dir; .. &&91 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; .. && 92 92 make</userinput></screen> 93 93 -
kde/core/config.xml
r88647e80 r7af92fe5 67 67 <title>Installing further KDE packages</title> 68 68 <para>Every subsequent package can be built while having <application>KDE</application> up and 69 running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt -dir;</envar> set.</para>69 running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para> 70 70 </sect2> 71 71 -
kde/core/phonon.xml
r88647e80 r7af92fe5 90 90 <title>Installation of Phonon</title> 91 91 92 <para>Make sure that <xref linkend="qt "/> is compiled without the bundled92 <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled 93 93 <application>Phonon</application> library. This package provides 94 94 a better implementation.</para> … … 99 99 <screen><userinput>mkdir build && 100 100 cd build && 101 cmake -DCMAKE_INSTALL_PREFIX=&qt -dir; \101 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \ 102 102 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \ 103 103 -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \ -
kde/core/polkit-qt.xml
r88647e80 r7af92fe5 87 87 <screen><userinput>mkdir build && 88 88 cd build && 89 CMAKE_PREFIX_PATH=&qt -dir; \89 CMAKE_PREFIX_PATH=&qt4-dir; \ 90 90 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. && 91 91 make</userinput></screen> … … 104 104 <title>Command Explanations</title> 105 105 106 <para><option>CMAKE_PREFIX_PATH=&qt -dir;</option>: This option is set to106 <para><option>CMAKE_PREFIX_PATH=&qt4-dir;</option>: This option is set to 107 107 find <command>automoc4</command>.</para> 108 108 -
kde/core/qimageblitz.xml
r88647e80 r7af92fe5 71 71 <bridgehead renderas="sect4">Required</bridgehead> 72 72 <para role="required"> 73 <xref linkend="qt "/> and73 <xref linkend="qt4"/> and 74 74 <xref linkend="cmake"/> 75 75 </para>
Note:
See TracChangeset
for help on using the changeset viewer.