Skip to content
Snippets Groups Projects
Commit 08af5097 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner: fix compile for Qt 5


Change-Id: I34282a36db8af9c5550ee4c9080519ce0c096d8e
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent b8caadc3
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,11 @@ HEADERS += propertyeditor.h \ ...@@ -39,6 +39,11 @@ HEADERS += propertyeditor.h \
declarativewidgetview.h \ declarativewidgetview.h \
gradientlineqmladaptor.h gradientlineqmladaptor.h
QT += declarative greaterThan(QT_MAJOR_VERSION, 4) {
QT += quick1
} else {
QT += declarative
}
RESOURCES += propertyeditor.qrc RESOURCES += propertyeditor.qrc
FORMS += behaviordialog.ui FORMS += behaviordialog.ui
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment