get nandExtract to work with qt5
@ -1,5 +1,4 @@
|
|||||||
QT += core gui\
|
QT += core gui network widgets
|
||||||
network
|
|
||||||
|
|
||||||
TARGET = breft_editor
|
TARGET = breft_editor
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <QtGui/QApplication>
|
#include <QApplication>
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
|
0
nandExtract/black.png
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
0
nandExtract/blue.png
Executable file → Normal file
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
0
nandExtract/green.png
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
0
nandExtract/grey.png
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
2
nandExtract/main.cpp
Executable file → Normal file
@ -1,4 +1,4 @@
|
|||||||
#include <QtGui/QApplication>
|
#include <QApplication>
|
||||||
#include "nandwindow.h"
|
#include "nandwindow.h"
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
|
2
nandExtract/nandExtract.pro
Executable file → Normal file
@ -1,6 +1,8 @@
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# Project created by QtCreator 2010-12-06T03:40:50
|
# Project created by QtCreator 2010-12-06T03:40:50
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
|
QT = core gui widgets
|
||||||
|
|
||||||
TARGET = nandExtract
|
TARGET = nandExtract
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
|
0
nandExtract/nandwindow.cpp
Executable file → Normal file
0
nandExtract/nandwindow.h
Executable file → Normal file
0
nandExtract/nandwindow.ui
Executable file → Normal file
0
nandExtract/pink.png
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |