[Development] Can we bring back QT += declarative?

Thiago Macieira thiago.macieira at intel.com
Fri Jun 29 08:39:14 CEST 2012


On sexta-feira, 29 de junho de 2012 10.32.53, Alan Alpert wrote:
> On Thu, 28 Jun 2012 20:35:29 ext Thiago Macieira wrote:
> > I'm trying to port a project to Qt 5 and the first thing I noticed when I
> >
> > ran qmake is:
> > 
> >
> > Project ERROR: Unknown module(s) in QT: declarative
> 
> Did you notice the qtdeclarative/bin/rename-qtdeclarative-symbols.sh script?

Oh, I know about it. In fact, I've got my application compiling and running 
already. I just want to simplify this:

greaterThan(QT_MAJOR_VERSION, 4) {
    QT += widgets quick1
} else {
    QT += declarative
}

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120629/5b114423/attachment.sig>


More information about the Development mailing list