make problems #124
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i'm trying to execute the make command and it gives me this error:
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4478396-make-problems?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).Mmh, that's strange. Could you please give me some more details like: what kind of Qt version are you using (check with qmake -v) and which OS?
@Swordfish90 having the same issue, the feedback you requested:
Using the latest version of Linux Mint Debian
@teuneboon "Using Qt version 5.1.1" . Qt 5.2 is the minimum version required to run crt. If they are not available in debian I suggest you to grab them directory from Digia and to follow the procedure for "Anyone else" in the readme file.
solved the same problem by adding
in app/main.cpp
@Nepta: Thanks, this solved it for me as well
Wow, I'm amazed. So you managed to build it with Qt 5.1? Is everything working?
it build with Qt 5.1 but don't execute ^^''