#------------------------------------------------- # # Project created by QtCreator 2018-10-11T19:31:38 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = contactlist TEMPLATE = app SOURCES += main.cpp\ widget.cpp \ contact.cpp HEADERS += widget.h \ contact.h FORMS += widget.ui