You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
542 B
22 lines
542 B
<html>
|
|
<head>
|
|
<link href="kjsembed.css" rel="stylesheet" type="text/css">
|
|
<title>KJSEmbed Qt-Only Mode</title>
|
|
</head>
|
|
<body>
|
|
<h1>KJSEmbed Qt-Only Mode</h1>
|
|
<hr>
|
|
KJSEmbed supports a Qt-only mode that has no KDE dependency. You can build
|
|
it in this mode as follows:
|
|
<ul>
|
|
<li>Checkout kjsembed as normal
|
|
<li>cd into the kjsembed directory
|
|
<li>Set your CVSROOT to point to the KDE CVS repository
|
|
<li>Run ./setup_qtonly <i>(this will build both the qt-only library and
|
|
qjscmd, a KDE-free tool for running scripts)</i>
|
|
</ul>
|
|
|
|
<hr>
|
|
</body>
|
|
</html>
|