mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-21 21:19:15 +01:00
get nand_dump to work with qt5
This commit is contained in:
parent
e7c321548d
commit
7c6d01a654
@ -1,4 +1,4 @@
|
||||
#include <QtGui/QApplication>
|
||||
#include <QApplication>
|
||||
#include "mainwindow.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -4,8 +4,7 @@
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui\
|
||||
network
|
||||
QT += core gui network widgets
|
||||
|
||||
TARGET = nand
|
||||
TEMPLATE = app
|
||||
|
Loading…
Reference in New Issue
Block a user