Manually include moc_database.cpp

It consistently makes the build take a couple seconds(!) less than
leaving the compilation of these files to CMake; i have no idea why.
This commit is contained in:
jordi fita mas 2024-12-16 19:22:39 +01:00
parent 07705b012a
commit 3193e4469b
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ QFuture<void> Database::open(const QString &user, const QString &password)
}
});
}
#include "moc_database.cpp"