[Interest] Compiling Qt installer frameword... or at least I try

Koehne Kai Kai.Koehne at digia.com
Wed Apr 17 15:26:14 CEST 2013



> -----Original Message-----
> From: interest-bounces+kai.koehne=digia.com at qt-project.org
> [mailto:interest-bounces+kai.koehne=digia.com at qt-project.org] On Behalf
> Of Guido Seifert
> Sent: Wednesday, April 17, 2013 3:18 PM
> To: interest at 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 



More information about the Interest mailing list