QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = Performance TEMPLATE = app CONFIG-=app_bundle SOURCES += main.cpp\ mainwindow.cpp HEADERS += mainwindow.h