Hello Philipp,

We are using Qt Jambi in our project. At some point we decided to set up
build server for it on our side (since there seemed to be no build server
anywhere in Qt Jambi community).
The build server we have now is available here: http://qtjambi.syncloud.org,
you can log in as a guest. There's Linux configuration only, we also might
set up other platforms later. Please, don't hack it - the server is located
at my apartment.

That build takes latest from
https://git.gitorious.org/qt-jambi/qtjambi-community.git and then applies
the following patch:
cat <<EOF | patch -Np1
--- a/generator/parser/rpp/pp-qt-configuration
+++ b/generator/parser/rpp/pp-qt-configuration
@@ -23,3 +23,4 @@
 #define QT_NO_DEBUG

 #define QT_JAMBI_RUN
+#define QT_WEBKIT
EOF

It builds successfully (was built today last time), so I think the patch
should help you to build your local Qt Jambi.

Thanks,
Vladimir Sapronov

On Fri, Aug 10, 2012 at 1:55 PM, Philipp A. <flying-sh...@web.de> wrote:

> hi list,
>
> i have no idea of c++, but building stuff from a script should be easy
> enough
>
> …i thought.
>
> unfortunately it fails for the current master branch, not being able to
> compile HelloWebkit.
>
> a locate qwebview yields the directories /usr/include/QtWebKit/ and
> /usr/lib/qt/plugins/designer/
>
> how to set my paths for this setup? currently i have it like so, and
> despite warnings, everything works up to said demo compilation.
>
> qtjambi.qt.bindir               = /usr/bin
> qtjambi.qt.libdir               = /usr/lib
> qtjambi.qt.includedir           = /usr/include
> qtjambi.qt.pluginsdir           = /usr/lib/qt
>
> also, wasn’t there a script on the way which sets those and spares us from
> doing it ourselves?
>
> thanks,
> philipp
>
> _______________________________________________
> Qt-jambi-interest mailing list
> Qt-jambi-interest@qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-jambi-interest
>
>
_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-jambi-interest

Reply via email to