From 8bea6a39b9644e833040a514e6513ed65c956dc3 Mon Sep 17 00:00:00 2001 From: Tomasz Olszak Date: Wed, 8 Oct 2014 20:14:01 +0200 Subject: [PATCH] Fixed devel package for using cmake devel files Automotive Message Broker build failed with error: The imported target "Qt5::Qml" references the file "/usr/lib/qt5/plugins/qmltooling/libqmldbg_qtquick2.so" but this file does not exist. Change-Id: Ied9ee6a39ad430510a8a7430e6a3260aa25db150 Bug-Tizen: TC-1008 Signed-off-by: Tomasz Olszak --- packaging/qt5-qtdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/qt5-qtdeclarative.spec b/packaging/qt5-qtdeclarative.spec index 2fca4c5ab..3af5aeda6 100644 --- a/packaging/qt5-qtdeclarative.spec +++ b/packaging/qt5-qtdeclarative.spec @@ -63,6 +63,7 @@ Group: Base/Libraries Requires: %{name} = %{version}-%{release} Requires: qt5-qtsql-devel Requires: qt5-qtnetwork-devel +Requires: qt5-qtdeclarative-plugin-qmlinspector %description devel Qt is a cross-platform application and UI framework. Using Qt, you can -- 2.34.1