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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
