Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / test_HYDROGUI_Main.cxx
index 67971549b411db94ffe56c773471771af4f2bb85..b85793c5e6fb905d6b812a7f779b755bc11a35ac 100644 (file)
@@ -5,10 +5,12 @@
 #include <cppunit/TestRunner.h>
 #include <cppunit/TextTestProgressListener.h>
 #include <stdexcept>
+#include <QApplication>
 
-int 
-  main( int argc, char* argv[] )
+int main( int argc, char* argv[] )
 {
+  QApplication anApp( argc, argv );
+
   std::string testPath = (argc > 1) ? std::string(argv[1]) : "";
 
   // Create the event manager and test controller