QT += core gui TARGET = Mnemonic TEMPLATE = app SOURCES += main.cpp \ MainWindow.cpp HEADERS += MainWindow.h FORMS += MainWindow.ui