mirror of
https://github.com/QuasarApp/QtDeployer.git
synced 2025-05-01 07:54:37 +00:00
first fix
This commit is contained in:
parent
7c77e20ae9
commit
a08350c1ef
@ -1,5 +1,5 @@
|
|||||||
name: qt-deployer
|
name: qt-deployer
|
||||||
version: '1.0test1'
|
version: '1.0test2'
|
||||||
summary: Deploy Qt Project
|
summary: Deploy Qt Project
|
||||||
description: |
|
description: |
|
||||||
Deploy Qt Projects. this application extract all depends library of executable and create launch script for your application.
|
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
|
plugin: qmake
|
||||||
source: source/
|
source: source/
|
||||||
build-packages:
|
build-packages:
|
||||||
- qtbase5-dev
|
|
||||||
- qtdeclarative5-dev
|
- qtdeclarative5-dev
|
||||||
stage-packages:
|
stage-packages:
|
||||||
# Here for the plugins-- they're not linked in automatically.
|
# Here for the plugins-- they're not linked in automatically.
|
||||||
@ -31,7 +30,8 @@ parts:
|
|||||||
- libqt5quick5
|
- libqt5quick5
|
||||||
- qml-module-qtquick2
|
- qml-module-qtquick2
|
||||||
- qml-module-qtquick-dialogs
|
- qml-module-qtquick-dialogs
|
||||||
- qml-module-qtquick-controls
|
- qml-module-qtquick-controls2
|
||||||
- qml-module-qtgraphicaleffects
|
- qml-module-qtgraphicaleffects
|
||||||
|
|
||||||
after: [qt5conf] # A wiki part
|
after: [qt5conf] # A wiki part
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user