From a08350c1efbeca11aab902795dda1d49134600d4 Mon Sep 17 00:00:00 2001 From: Andrei <EndrIIMail@gmail.com> Date: Fri, 11 May 2018 21:41:52 +0300 Subject: [PATCH] first fix --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4154d20..f7f0c78 100755 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: qt-deployer -version: '1.0test1' +version: '1.0test2' summary: Deploy Qt Project description: | Deploy Qt Projects. this application extract all depends library of executable and create launch script for your application. @@ -22,7 +22,6 @@ parts: plugin: qmake source: source/ build-packages: - - qtbase5-dev - qtdeclarative5-dev stage-packages: # Here for the plugins-- they're not linked in automatically. @@ -31,7 +30,8 @@ parts: - libqt5quick5 - qml-module-qtquick2 - qml-module-qtquick-dialogs - - qml-module-qtquick-controls + - qml-module-qtquick-controls2 - qml-module-qtgraphicaleffects + after: [qt5conf] # A wiki part