Skip to content

Commit

Permalink
fix: repeat project when view project info
Browse files Browse the repository at this point in the history
Log: bug fix
Change-Id: I6895d460e3555f5403142f8355c4664ce1f461b1
  • Loading branch information
deepin-mozart committed Sep 1, 2023
1 parent 9c91a6d commit 1978a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ deepin-unioncode (1.1.19) unstable; urgency=medium

*

-- MAINTAINER <hjc@hjc-PC> Fri, 01 Sep 2023 14:49:15 +0800
-- Huang <[email protected]> Fri, 01 Sep 2023 19:35:11 +0800
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ void ConfigUtil::checkConfigInfo(const QString &buildType, const QString &direct
iter->directory = directory;
QString cfgFile = iter->directory + QDir::separator() + TargetsManager::instance()->getCMakeConfigFile();
if (!QFileInfo(cfgFile).isFile()) {
configProject(&d->configureParam);
// not config
// configProject(&d->configureParam);
}
}
}
Expand Down

0 comments on commit 1978a06

Please sign in to comment.