#include #undef QT_TRANSLATE_NOOP #define QT_TRANSLATE_NOOP(context, x, ...) (x) const char* test = QT_TRANSLATE_NOOP("context", "%n test(s)", 0, n);