#include "gtest/gtest.h" #include #include int main(int argc, char** argv){ QApplication* q=new QApplication ( argc, argv ); ::testing::InitGoogleTest(&argc, argv); int a=RUN_ALL_TESTS(); delete q; return a; }