From b99a495b11358052c0799a69ff626ea6a31de55a Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 7 Jan 2020 06:50:37 +0100 Subject: [PATCH] Fix qmake build Amends 93c668926d3f454f52b73c631b975a49c43292ed. Change-Id: I26a332036a2ce6ae7f29d495b9a95f516145e9c1 Reviewed-by: David Schulz --- .../qmldesigner/components/propertyeditor/propertyeditor.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri index 7516c45c2ba..a6002c86c86 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri @@ -46,4 +46,4 @@ HEADERS += propertyeditorview.h \ aligndistribute.h \ tooltip.h -QT += qml quick +QT += qml quick gui-private