Using common build artifacts (object files, moc files) avoids recompiling whole lib and other shared files separately for each test.
Start building each test as separate project as QtestLib tests usually are built. This commit adds the infrastructure and moves TranslationHandler test as own project.