mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-25 14:17:00 +01:00
get ohneschwanzenegger to work with qt5
This commit is contained in:
parent
a18bbb98cd
commit
08fc068a8b
@ -1,4 +1,4 @@
|
||||
#include <QtGui/QApplication>
|
||||
#include <QApplication>
|
||||
#include "mainwindow.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -2,8 +2,10 @@
|
||||
# Project created by QtCreator 2010-12-02T23:30:12
|
||||
# -------------------------------------------------
|
||||
QT += core \
|
||||
gui \
|
||||
network
|
||||
gui \
|
||||
network \
|
||||
widgets
|
||||
|
||||
TARGET = ohneschwanzenegger
|
||||
TEMPLATE = app
|
||||
DEFINES += NAND_BIN_CAN_WRITE
|
||||
|
Loading…
Reference in New Issue
Block a user