#------------------------------------------------- # # Project created by QtCreator 2019-12-05T20:16:32 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = persontoid TEMPLATE = app SOURCES += main.cpp\ widget.cpp \ person.cpp HEADERS += widget.h \ person.h FORMS += widget.ui