royqh1979 / RedPanda-CPP

A light-weight C/C++ IDE based on Qt
GNU General Public License v3.0
996 stars 108 forks source link

Console pauser doesn't exists in Qt Creator #500

Closed Voladsky closed 1 month ago

Voladsky commented 1 month ago

When launching project with Qt Creator, I get this error message on Linux image

And that on Windows image

while trying to compile any file.

My compiler on Linux is Desktop Qt 5.15.2 GCC 64bit Debug On Windows MSVC2019 Debug

I've tried rebuilding consolepauser, as well as whole project. No effect.

What am I doing wrong? Any help is appreciated!

Voladsky commented 1 month ago

Nevermind, fixed it by building consolepauser.exe and manually putting the .exe file to IDE's build folder.

Thanks!