#------------------------------------------------- # # Project created by QtCreator 2015-06-27T15:38:07 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = qobjcom TEMPLATE = app SOURCES += main.cpp\ widget.cpp \ showmsg.cpp HEADERS += widget.h \ showmsg.h FORMS += widget.ui