maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] [Announce] QML Browser - Web browser written using Qt Components Hildon (https://talk.maemo.org/showthread.php?t=93508)

marmistrz 2015-05-24 18:13

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Quote:

Originally Posted by Android_808 (Post 1471414)
QDBUS_EXPORT should be Q_DBUS_EXPORT. there was a change in api between stock qt 4.7.0 version and cssu's 4.7.1.

best i can suggest is to make all references to it to new Q_DBUS_EXPORT and then add the following after includes:

#ifdef QT_VERSION < 0x040700
#define Q_DBUS_EXPORT QDBUS_EXPORT
#endif

Maybe it'd be better to do it the other way round and add it in qmake (if version >= 4.7.0 then define)

marmistrz 2015-05-25 16:33

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Created a pull request https://github.com/marxoft/qt-components-hildon/pull/2

marmistrz 2015-05-25 17:40

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
pirateman: can you fork marxian's qt-components-hildon and apply your changes there? I'm having a hard time getting my build to work, I'm still getting
Code:

"file:///opt/saercher/qml/main.qml:1:1: plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: (/opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN16QDeclarativeBind10classBeginEv)"

pirateman 2015-05-29 13:46

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
ok! I would do.

pirateman 2015-06-07 17:32

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
I fork project qt-components-hildon at: https://github.com/mickaelh/qt-components-hildon

with Correcting the error of "undefined symbol"

Akkumaru 2015-06-08 01:50

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Is it the same as the previous .deb posted here? Or is it newer? If so, can we get a new .deb? :3

marmistrz 2015-06-08 09:43

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
pirateman: Please enable issues in your git repo, and I'll give you more details about build problems of your fork.

pirateman 2015-06-09 21:29

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Quote:

Originally Posted by marmistrz (Post 1472937)
pirateman: Please enable issues in your git repo, and I'll give you more details about build problems of your fork.

I post something issues

mayhem 2015-08-06 18:31

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
thanks for still updating qmlbrowser! works great so far

Dongle Fongle 2015-08-07 20:49

Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
 
Yes, thanks indeed for updating it to work with latest qt components hildon. Works wonderful, now can use it again after installing simplayer for audiobooks (works good) which also uses those components and had updated it to latest version, breaking qml browser


All times are GMT. The time now is 09:47.

vBulletin® Version 3.8.8