mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-04 05:29:36 +00:00
move to use core20 code base
This commit is contained in:
parent
896fb4617e
commit
b2f03b2ae3
@ -897,7 +897,7 @@ bool ConfigParser::initQmakePrivate(const QString &qmake) {
|
||||
QuasarAppUtils::Warning);
|
||||
|
||||
if (!setQtDir(dir.absolutePath())){
|
||||
QuasarAppUtils::Params::log("fail ini qmake",
|
||||
QuasarAppUtils::Params::log("fail init qmake",
|
||||
QuasarAppUtils::Error);
|
||||
return false;
|
||||
}
|
||||
@ -930,7 +930,7 @@ bool ConfigParser::initQmake() {
|
||||
|
||||
if (!QuasarAppUtils::Params::isEndable("noCheckPATH")) {
|
||||
auto env = QProcessEnvironment::systemEnvironment();
|
||||
auto proc = DeployCore::findProcess(env.value("PATH"), "qmake");
|
||||
auto proc = DeployCore::findProcess(env.value("PATH"), "qexit make");
|
||||
if (proc.isEmpty()) {
|
||||
QuasarAppUtils::Params::log("The deployment target requir Qt libs, but init qmake is failed."
|
||||
"Use the qmake option for set a path to qmake.",
|
||||
|
@ -16,7 +16,7 @@ description: |
|
||||
|
||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
base: core18
|
||||
base: core20
|
||||
icon: snap/gui/icon.png
|
||||
apps:
|
||||
cqtdeployer:
|
||||
|
Loading…
x
Reference in New Issue
Block a user