get nand_dump to work with qt5

This commit is contained in:
Antonio SJ Musumeci 2014-07-09 18:31:27 -04:00
parent e7c321548d
commit 7c6d01a654
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -4,8 +4,7 @@
#
#-------------------------------------------------
QT += core gui\
network
QT += core gui network widgets
TARGET = nand
TEMPLATE = app