Build QmlEditorWidgets with Qt5.

Change-Id: I1b7eaa87272bd9b641bb72fc0618e493cf6da777
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint
2012-03-20 09:09:01 +01:00
parent 707cff7b73
commit f405090761

View File

@@ -1,4 +1,10 @@
QT += declarative script
QT += script
greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
QT += declarative
}
INCLUDEPATH += $$PWD
contains(CONFIG, dll) {