mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kded: do not pass --incremental to kbuildsycoca4
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d5f444e1dd
commit
e83a89249c
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ static bool runBuildSycoca()
|
|||
const QString exe = KStandardDirs::findExe(KBUILDSYCOCA_EXENAME);
|
||||
Q_ASSERT(!exe.isEmpty());
|
||||
QStringList args;
|
||||
args.append("--incremental");
|
||||
if (checkStamps) {
|
||||
args.append("--checkstamps");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue