I wrote an extra compiler configuration to build *.mo files from *.po files in an xgettext environment. That works fine. But if I use "lib" as qmake template, qmake builds the mo files and an unwanted empty library. If I use "app" as template, qmake tries to build an application without source files which leads to an compile error. If I use "subdirs" of cause nothing will be builded even not the *.mo files.
Is there a way to tell qmake just to use the extra compiler and do nothing else?