Error
I'm getting an error I don't understand:
```
find ./ -name '*.ts' -exec lrelease {} \;
qmake ultracopier.pro
make -j$(nproc)
qmake: could not exec '/usr/lib/qt5/bin/qmake': No such file or directory
make: *** No targets specified and no makefile found. Stop.
```
I'm not very proficient at this, but why is it asking for qt5 when I've just installed qt6? because all the files it needs are there in the qt6 directory.
关闭于 2025-11-22 9 条评论