@ -19,7 +19,7 @@ TEMPLATE = lib
|
||||
|
||||
DEFINES += DEPLOY_LIBRARY
|
||||
|
||||
VERSION = 1.4.3.3
|
||||
VERSION = 1.4.4.0
|
||||
|
||||
DEFINES += APP_VERSION='\\"$$VERSION\\"'
|
||||
|
||||
|
Before ![]() (image error) Size: 45 KiB After ![]() (image error) Size: 140 KiB ![]() ![]() |
@ -14,23 +14,29 @@ QIF::QIF(FileManager *fileManager)
|
||||
|
||||
Envirement QIF::toolKitEnv() const {
|
||||
Envirement result;
|
||||
result.addEnv(QProcessEnvironment::systemEnvironment().value("PATH"));
|
||||
|
||||
// BASE
|
||||
const DeployConfig *cfg = DeployCore::_config;
|
||||
auto basePATH = cfg->qtDir.getBins() + "/../../../Tools/QtInstallerFramework/";
|
||||
QDir QifDir(basePATH);
|
||||
auto list = QifDir.entryList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
if (QuasarAppUtils::Params::isEndable("qifFromSystem")) {
|
||||
result.addEnv(QProcessEnvironment::systemEnvironment().value("PATH"));
|
||||
|
||||
QMap<double, QString> sortedItems;
|
||||
for (const auto& i : list) {
|
||||
sortedItems.insert(i.toDouble(), i);
|
||||
// BASE
|
||||
const DeployConfig *cfg = DeployCore::_config;
|
||||
auto basePATH = cfg->qtDir.getBins() + "/../../../Tools/QtInstallerFramework/";
|
||||
QDir QifDir(basePATH);
|
||||
auto list = QifDir.entryList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
|
||||
QMap<double, QString> sortedItems;
|
||||
for (const auto& i : list) {
|
||||
sortedItems.insert(i.toDouble(), i);
|
||||
}
|
||||
|
||||
if (sortedItems.size()) {
|
||||
basePATH += ("/" + sortedItems.last() + "/bin");
|
||||
result.addEnv(basePATH);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
if (sortedItems.size()) {
|
||||
basePATH += ("/" + sortedItems.last() + "/bin");
|
||||
result.addEnv(basePATH);
|
||||
}
|
||||
|
||||
|
||||
// SNAP
|
||||
|
@ -188,6 +188,7 @@ void DeployCore::help() {
|
||||
" which will not be compatible with equipment on users' hosts."},
|
||||
{"allQmlDependes", "Extracts all the qml libraries. (not recommended, as it takes great amount of computer memory)"},
|
||||
{"qif", "Create the QIF installer for deployement programm"},
|
||||
{"qifFromSystem", "force use system binarycreator tool of qif from path or qt"},
|
||||
{"deploySystem", "Deploys all libraries (do not work in snap )"},
|
||||
{"deploySystem-with-libc", "deploy all libs libs (only linux) (do not work in snap )"},
|
||||
|
||||
@ -276,7 +277,8 @@ QStringList DeployCore::helpKeys() {
|
||||
"noStrip",
|
||||
"extractPlugins",
|
||||
"noTranslations",
|
||||
"noRecursiveiIgnoreEnv"
|
||||
"noRecursiveiIgnoreEnv",
|
||||
"qifFromSystem",
|
||||
"qmlOut",
|
||||
"libOut",
|
||||
"trOut",
|
||||
|
Before ![]() (image error) Size: 134 KiB After ![]() (image error) Size: 383 KiB ![]() ![]() |
@ -3,7 +3,7 @@
|
||||
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
||||
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
||||
<Name>CQtDeployer</Name>
|
||||
<Version>1.4.3.3</Version>
|
||||
<Version>1.4.4.0</Version>
|
||||
<Title>CQtDeployer</Title>
|
||||
<Publisher>QuasarApp</Publisher>
|
||||
<StartMenuDir>CQtDeployer</StartMenuDir>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
||||
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
||||
<Name>CQtDeployer</Name>
|
||||
<Version>1.4.3.3</Version>
|
||||
<Version>1.4.4.0</Version>
|
||||
<Title>CQtDeployer</Title>
|
||||
<Publisher>QuasarApp</Publisher>
|
||||
<StartMenuDir>CQtDeployer</StartMenuDir>
|
||||
|
Before (image error) Size: 116 KiB After (image error) Size: 38 KiB |
Before ![]() (image error) Size: 19 KiB After ![]() (image error) Size: 24 KiB ![]() ![]() |
@ -2,7 +2,7 @@
|
||||
<Package>
|
||||
<DisplayName>CQtDeployer 1.4</DisplayName>
|
||||
<Description>CQtDeployer 1.4</Description>
|
||||
<Version>1.4.3.3</Version>
|
||||
<Version>1.4.4.0</Version>
|
||||
<Default>true</Default>
|
||||
<ForcedInstallation>false</ForcedInstallation>
|
||||
<Script>installscript.js</Script>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# CQtDeployer [](https://snapcraft.io/cqtdeployer)
|
||||
[](https://snapcraft.io/cqtdeployer)
|
||||
# 
|
||||
# 
|
||||
|
||||
****************************
|
||||
|
||||
|
2
doc/wiki
@ -1 +1 @@
|
||||
Subproject commit 0813954304b01307c968f429d776215cd1b760cd
|
||||
Subproject commit 68f4daac00f7780cbae69b18ed83d0837fd93e04
|
BIN
res/CQtDeployer banner.png
Normal file
After ![]() (image error) Size: 3.6 MiB |
BIN
res/CQtDeployer logo.png
Normal file
After ![]() (image error) Size: 982 KiB |
BIN
res/CQtDeployer logo_installer.png
Normal file
After ![]() (image error) Size: 24 KiB |
BIN
res/CQtDeployer logo_web.png
Normal file
After ![]() (image error) Size: 140 KiB |
BIN
res/CQtDeployer_banner_web.png
Normal file
After ![]() (image error) Size: 383 KiB |
Before ![]() (image error) Size: 134 KiB |
Before ![]() (image error) Size: 135 KiB |
Before ![]() (image error) Size: 78 KiB |
Before ![]() (image error) Size: 27 KiB |
Before ![]() (image error) Size: 28 KiB |
BIN
res/icon.ico
Before (image error) Size: 116 KiB After (image error) Size: 38 KiB |
BIN
res/icon.png
Before ![]() (image error) Size: 32 KiB |
Before ![]() (image error) Size: 45 KiB |
@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Version=1.4.3.3
|
||||
Version=1.4.4.0
|
||||
Name=CQtDeployer
|
||||
Comment=CQtDeployer Help.
|
||||
Exec=cqtdeployer
|
||||
@ -10,6 +10,6 @@ Categories=Application;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=CQtDeployer
|
||||
X-GNOME-Bugzilla-Component=General
|
||||
X-GNOME-Bugzilla-Version=1.4.3.3
|
||||
X-GNOME-Bugzilla-Version=1.4.4.0
|
||||
StartupNotify=true
|
||||
Name[ru_RU]=CQtDeployer
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
name: cqtdeployer # you probably want to 'snapcraft register <name>'
|
||||
version: '1.4.3.3' # just for humans, typically '1.2+git' or '1.3.2'
|
||||
version: '1.4.4.0' # 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.
|
||||
|