added bin submodule

This commit is contained in:
Andrei Yankovich 2019-01-26 08:11:34 +03:00
parent b81a05ab83
commit f2763019a0
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "qtTools"]
path = qtTools
url = https://github.com/qt/qttools.git
[submodule "CQtDeployerBinaries"]
path = CQtDeployerBinaries
url = https://github.com/QuasarApp/CQtDeployerBinaries.git

View File

@ -63,7 +63,7 @@ DISTFILES += \
../sharedBuild.sh \
../README.md \
../staticBuildCrossWin.sh \
../staticBuildWin.bat
../sharedBuild.bat
win32: LIBS += -lshlwapi
win32: RC_ICONS = $$PWD/../res/icon.ico

1
CQtDeployerBinaries Submodule

@ -0,0 +1 @@
Subproject commit e046fd18e36c68aa9f1886c4057106f9a637ed07

View File

@ -6,7 +6,7 @@
#
name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.1.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.1.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: deploy your qt projects # 79 char long summary
description: |
Console app for deploy qt libs.