TEMPLATE = app
 TARGET = helloworld
 QT = core gui
 SOURCES = main.cpp hellowindow.cpp
 HEADERS = hellowindow.h
 FORMS = hellowindow.ui