Hi Patrick, no, sorry, no idea. QMS does not really need Qt Quick. Maybe if you compile latest repository trunk the needed QtScript module depends on QtQuick.
On my system I haven't installed Qt5 via Suse, right now. I use the installer from Qt that copies the stuff into /opt/Qt... Maybe my hardcoded Qt path in the CMakeLists.txt file interferes. Search for if(UNIX) set(CMAKE_PREFIX_PATH /opt/Qt/5.3/gcc_64) endif(UNIX) That should be removed if you use a system's installation of Qt5. HTH Oliver Am 16.10.2014 um 21:55 schrieb Patrik Nellinger: > Hi Oliver, > > I try to compile on suse linux 13.1. Compilation is ok, but linking does > complain about missing library > > /usr/lib64/libQt5Quick.so.5.1.1: undefined reference to > `qt_renderDistanceFieldGlyph(QRawFont const&, unsigned int, bool)' > /usr/lib64/libQt5Quick.so.5.1.1: undefined reference to > `QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCache(QFontEngineGlyphCache::Type, > > QTransform const&)' > /usr/lib64/libQt5Quick.so.5.1.1: undefined reference to > `QFontEngine::glyphCache(void const*, QFontEngineGlyphCache::Type, QTransform > const&) const' > collect2: error: ld returned 1 exit status > make[2]: *** [bin/qmapshack] Fehler 1 > make[1]: *** [src/CMakeFiles/qmapshack.dir/all] Fehler 2 > > > Any Idea? > > Best Regards > Patrik > > > Am Mittwoch, 15. Oktober 2014, 08:41:25 schrieb Oliver Eichler: >> Hi, >> >> a quick new release. It's all about manipulating and changing tracks. >> See the wiki for more details: >> >> https://bitbucket.org/maproom/qmapshack/wiki/DocGisItemsTrk >> >> >> Oliver >> >> >> V 0.6.0 >> * Reverse tracks >> * Add dialog to combine tracks >> * Add range select to tracks >> * Add function to hide/show track points >> * Add function to copy selected track points as new track >> >> >> ---------------------------------------------------------------------------- >> -- Comprehensive Server Monitoring with Site24x7. >> Monitor 10 servers for $9/Month. >> Get alerted through email, SMS, voice calls or mobile push notifications. >> Take corrective actions from your mobile device. >> http://p.sf.net/sfu/Zoho >> _______________________________________________ >> Qlandkartegt-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Qlandkartegt-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
