Closed probonopd closed 5 years ago
When I use Qt 5.8 from the Qt Company instead, then it works:
export PATH=/tmp/.mount_QtCreator-5.8.0-x86_64/5.8/gcc_64/bin/:$PATH # Qt 5.8 from Qt Creator AppImage
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
cd cool-retro-term
qmake && make
./cool-retro-term
This still happens on Debian Stretch (Qt 5.7.1) - unsure what version of Qt you tried originally.
Same issue for me on Debian Stretch.
Think I just figured it out for Debian.
Make sure you install these packages:
qml-module-qt-labs-settings
qml-module-qt-labs-folderlistmodel
sudo apt-get install qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel
Should probably add these to the README.md file for Jessie
@kwadroke installing the packages also helped for Debian sid. Thanks!
Helped me on ubuntu 18.04
The AppImage from https://github.com/Swordfish90/cool-retro-term/releases is working for me. :+1: No Qt installed on the system (Xubuntu 18.04).
Getting
This is what I did, on a
ubuntu-mate-16.04.1-desktop-amd64.iso
system: