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:
parent
07705b012a
commit
3193e4469b
|
@ -25,3 +25,5 @@ QFuture<void> Database::open(const QString &user, const QString &password)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_database.cpp"
|
||||||
|
|
Loading…
Reference in New Issue