From 21a9aa9f13e18828bb472c4c9a66b08193f5f693 Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Tue, 29 Dec 2015 12:11:20 +0200 Subject: [PATCH] Add sync.profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iab18aa118911d8a6b6b352e958e6b301e55d4a70 Reviewed-by: Simon Hausmann Reviewed-by: Jędrzej Nowacki --- sync.profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sync.profile diff --git a/sync.profile b/sync.profile new file mode 100644 index 00000000..47784bc9 --- /dev/null +++ b/sync.profile @@ -0,0 +1,6 @@ +%dependencies = ( + "qtbase" => "5.6", + "qtdeclarative" => "5.6", + "qttools" => "5.6", + "qtwinextras" => "5.6", +);