Problems running previewer example
-
Hello everybody,
this is the first time I write here and firstly I wan't to thank you all the bright ideas and solutions you put over the table just for free.
Getting hands on work...
I need to show the content of some web pages in a GUI that is being built using qml. To do this I have thought about WebView. The first step to use it was to look for some good examples.
I found this tutorial:
http://www.bogotobogo.com/Qt/Qt5_WebKit_WebView_WebBrowser_QtCreator.php
and try to replicate it but when I tried to compile it errors appeared:
error: undefined reference to gst_x_overlay_set_window_handle' error: undefined reference togst_query_parse_nth_buffering_range'
error: undefined reference to gst_element_link_pads_full' error: undefined reference togst_is_initialized'
error: undefined reference to `gst_query_get_n_buffering_ranges'
error: collect2: error: ld returned 1 exit statusThen I tried to open up an example that uses webkit. I chose "previewer". The result was the same bunch of errors.
I am running over ubuntu 10.04, with Qt Creator 3.2.1 (opensource) based on Qt 5.3.2 (GCC 4.6.1, 32 bit)
Could someone tell what the hell is going on here?
Thanks a lot in advance