#include #include "qphotorec.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); QPhotorec *p = new QPhotorec(); return a.exec(); }