Confirmed users
180
edits
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
# cp .hg/patches/mozconfig.qtdesktop mozconfig | # cp .hg/patches/mozconfig.qtdesktop mozconfig | ||
MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all | MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all | ||
</pre> | |||
== Run test examples: == | |||
<pre> | |||
cd obj-build/dist/bin | |||
./testCoreEmbedXul | |||
or GRE_HOME=xul-distpath ./testCoreEmbedXul | |||
this works for GTK and Qt port. | |||
Qt only, qml based UI with scrolling and zooming (no clicks): | |||
./qtMozQmlEmbed -url slashdot.org | |||
</pre> | </pre> | ||