collection of wii-related Qt/C++ stuff, ported to QT 6
Go to file
2024-07-20 01:13:16 +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 NUS NAND Builder and base ported to QT 6 2024-07-19 16:36:53 +02:00
nandDump rename nand_dump 2016-08-23 13:09:23 -04:00
nandExtract Port nandExtract to QT 6 2024-07-20 01:13:16 +02:00
ohneschwanzenegger NUS NAND Builder and base ported to QT 6 2024-07-19 16:36:53 +02:00
punetwiin get punetwiin to work with qt5 2014-07-09 18:22:43 -04:00
saveToy * nandBin - change the way gathering clusters for new data works. this seems to better emulate the way IOS does it 2011-01-16 14:40:14 +00:00
symbolizer symbolizer: fixed compiling on g++ 1.0 for megazig 2012-01-11 05:49:06 +00:00
thp_player ThpPlayer: fixed compiling on ubuntu 11.10 2012-01-11 06:03:12 +00:00
WiiQt NUS NAND Builder and base ported to QT 6 2024-07-19 16:36:53 +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 Re-Add Real96's readme 2024-07-19 16:43:47 +02:00

wiiqt

Collection of wii-related Qt/C++ stuff

Usage - Linux

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

Building - Linux

  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