> -----Original Message----- > From: interest-bounces+kai.koehne=digia....@qt-project.org > [mailto:interest-bounces+kai.koehne=digia....@qt-project.org] On Behalf > Of Guido Seifert > Sent: Wednesday, April 17, 2013 3:18 PM > To: interest@qt-project.org > Subject: [Interest] Compiling Qt installer frameword... or at least I try > > > Hi, > Linux, latest Qt 5.1.0 and latest Qt Installer Framework. > > Is this supposed to work? Means: Currently a problem in the repository, or is > it just me? > I get link errors: > > /home/wargand/Programming/installer-framework/lib/libinstaller.so: > undefined reference to `QFSFileEngine::mkdir(QString const&, bool) const' > /home/wargand/Programming/installer-framework/lib/libinstaller.so: > undefined reference to > `QFSFileEngine::open(QFlags<QIODevice::OpenModeFlag>)' > /home/wargand/Programming/installer-framework/lib/libinstaller.so: > undefined reference to `QFSFileEngine::setSize(long long)' > > And many many more. > > Qt 4.x only?
QFSFileEngine became private API in Qt 5.0, and it's only exported for -developer-build builds. Mid-term we have to replace it in IFW ... Regards Kai _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest