get ohneschwanzenegger to work with qt5

This commit is contained in:
Antonio SJ Musumeci 2014-07-09 18:11:15 -04:00
parent a18bbb98cd
commit 08fc068a8b
2 changed files with 55 additions and 53 deletions

View File

@ -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[])

View File

@ -3,7 +3,9 @@
# ------------------------------------------------- # -------------------------------------------------
QT += core \ QT += core \
gui \ gui \
network network \
widgets
TARGET = ohneschwanzenegger TARGET = ohneschwanzenegger
TEMPLATE = app TEMPLATE = app
DEFINES += NAND_BIN_CAN_WRITE DEFINES += NAND_BIN_CAN_WRITE