i want to create an object of type QApplication which needs the main functions arguments argc and argv as an input:
QApplication app(argc, argv);
I hope this works:
char* argv[1]; argv[0] = "cgalExample";