#include "tentsandtrees.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); TentsAndTrees w; w.show(); return a.exec(); }