mirror of
https://github.com/martravi/wiiqt6.git
synced 2025-01-12 12:29:06 +01: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!)
sudo add-apt-repository ppa:rock-core/qt4 -y
sudo apt-get install libqtgui4
./executable_name
Building - Linux (outdated!)
sudo add-apt-repository ppa:rock-core/qt4 -y
sudo apt install qt4-dev-tools libqt4-dev libqtcore4 libqtgui4 g++ -y
cd app_path
qmake -qt=qt4 file_name.pro
make -f Makefile
Description
Languages
C++
73.2%
C
26.1%
QMake
0.7%