TEMPLATE = app
QT += widgets
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp \
base.cpp
DESTDIR = ./
HEADERS += base.h