#------------------------------------------------- # # Project created by QtCreator 2022-03-09T21:50:33 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = associativetest TEMPLATE = app SOURCES += main.cpp\ widget.cpp HEADERS += widget.h FORMS += widget.ui CONFIG += c++11