QT += gui FORMS += \ $$PWD/mainwindow.ui HEADERS += \ $$PWD/mainwindow.h SOURCES += \ $$PWD/mainwindow.cpp