Programmer host software - Qt5 changes.

This commit is contained in:
steve-chamberlin 2016-05-25 10:48:46 -07:00
parent 0de8f4ef4a
commit db47039ed9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui
QT += core gui widgets
TARGET = SIMMProgrammer
TEMPLATE = app

View File

@ -17,7 +17,7 @@
*
*/
#include <QtGui/QApplication>
#include <QtWidgets>
#include "mainwindow.h"
int main(int argc, char *argv[])