![]() |
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
yeppp. The one from extras-devel doesn't work. That is the one I'm using.
|
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
And are yousure that he "thumb" version didn't get upgraded to the extras-devel one?
|
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
the version in my extras-devel is 0.8.2. I don't know if it is updated one?
the same happens with cuteRadio. |
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
Quote:
Code:
sudo gainroot Code:
apt-get upgrade pirateman: what aboout adding this +thumb0 suffix as in CSSU Thumb so that your version doesn't get replaced with the extras-devel one during apt-get upgrade? |
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
where is the patch though?
|
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
Thanks marmistrz, I've done just as you said and now cuteRadio and QML Browser both work. Haven't found any problem with it (yet) =)
|
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
@pirateman: the thumb-enabled version still has some problems. I created a simple app using org.hildon.components.Connections and I get
Code:
/opt/saercher/bin/saercher: symbol lookup error: /opt/lib/qt4/imports/org/hildon/components/libhildoncomponents.so: undefined symbol: _ZN23QDeclarativeConnectionsC2EP7QObject |
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
Quote:
Code:
virtual ~QDeclarativeConnections() {}; |
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
Quote:
Code:
g++ -c -pipe -O3 -mfpu=neon -fno-fast-math -fno-graphite -fno-tree-vectorize -mthumb -fno-strict-volatile-bitfields -Wno-cast-align -Wno-psabi -fno-inline-functions -fno-unswitch-loops -fno-predictive-commoning -fno-gcse-after-reload -fno-ipa-cp-clone -D_REENTRANT -fPIC -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DQT_PLUGIN -DQT_DECLARATIVE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/targets/fremantle-thumb/usr/share/qt4/mkspecs/linux-g++-maemo5 -I. -I/targets/fremantle-thumb/usr/include/QtCore -I/targets/fremantle-thumb/usr/include/QtGui -I/targets/fremantle-thumb/usr/include/QtDBus -I/targets/fremantle-thumb/usr/include/QtDeclarative -I/targets/fremantle-thumb/usr/include -I../components -I. -o dbusmessage.o dbusmessage.cpp |
Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
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 |
All times are GMT. The time now is 04:06. |
vBulletin® Version 3.8.8