diff --git a/.gitmodules b/.gitmodules index e0bd039..93b1279 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CQtDeployer/CQtDeployer.pro b/CQtDeployer/CQtDeployer.pro index f54ecea..9f62e45 100644 --- a/CQtDeployer/CQtDeployer.pro +++ b/CQtDeployer/CQtDeployer.pro @@ -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 diff --git a/CQtDeployerBinaries b/CQtDeployerBinaries new file mode 160000 index 0000000..e046fd1 --- /dev/null +++ b/CQtDeployerBinaries @@ -0,0 +1 @@ +Subproject commit e046fd18e36c68aa9f1886c4057106f9a637ed07 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 954fdbc..f409976 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ # name: cqtdeployer # you probably want to 'snapcraft register ' -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.