/** * @file main.cpp * @copyright 2012 Jolla Ltd. * @author Bernd Wachter * @date 2012 */ #include #include "variablestest.h" int main(int argc, char **argv) { VariablesTest variablesTest; if (QTest::qExec(&variablesTest, argc, argv)) return 1; return 0; }