collection of wii-related Qt/C++ stuff, ported to QT 6
Go to file
2024-07-21 00:44:29 +02:00
.github/workflows add git workflow 2024-07-19 16:39:14 +02:00
breft_editor Port nandExtract to QT 6 2024-07-20 01:13:16 +02:00
nandBinCheck Port nandBinCheck to QT 6 2024-07-20 13:36:42 +02:00
nandDump fix invalid sRGB profiles in png files 2024-07-20 13:51:06 +02:00
nandExtract fix missing project file 2024-07-20 01:16:53 +02:00
ohneschwanzenegger fix invalid sRGB profiles in png files 2024-07-20 13:51:06 +02:00
punetwiin Port nandBinCheck to QT 6 2024-07-20 13:36:42 +02:00
saveToy Port symbolizer to Qt 6 2024-07-20 14:07:26 +02:00
symbolizer Port symbolizer to Qt 6 2024-07-20 14:07:26 +02:00
thp_player fix invalid sRGB profiles in png files 2024-07-20 13:51:06 +02:00
WiiQt fix invalid sRGB profiles in png files 2024-07-20 13:51:06 +02:00
.gitattributes NUS NAND Builder and base ported to QT 6 2024-07-19 16:36:53 +02:00
.gitignore NUS NAND Builder and base ported to QT 6 2024-07-19 16:36:53 +02:00
build.sh rename nand_dump 2016-08-23 13:09:23 -04:00
README.md Update README.md 2024-07-21 00:44:29 +02:00

wiiqt

Collection of wii-related Qt/C++ stuff, ported to QT 6.

Currently not yet working on QT 6: thp_player, saveToy, breft_editor

Usage - Linux (outdated!)

  1. sudo add-apt-repository ppa:rock-core/qt4 -y
  2. sudo apt-get install libqtgui4
  3. ./executable_name

Building - Linux (outdated!)

  1. sudo add-apt-repository ppa:rock-core/qt4 -y
  2. sudo apt install qt4-dev-tools libqt4-dev libqtcore4 libqtgui4 g++ -y
  3. cd app_path
  4. qmake -qt=qt4 file_name.pro
  5. make -f Makefile