-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt Creator - problem compile linux (Arch / Ubuntu) #7021
Comments
I'm having the same issue. It seems like Qt Creator is having a problem with
|
Perhaps this gives somebody a clue about this: if I do something like this:
I get the ' |
Just to clarify. I started an empty project from Qt Creator, with this code:
The compiler gave me this message:
|
Solved! Adding this to the .qbs file solves the problem:
@trigop , can you confirm if this helps? |
I was having the same issue on archlinux. Adding the flag solved the issue. Thanks. |
I'm using the latest 'nightly' version and I've tested it on Arch and Ubuntu.
I'm using Qt Creator 7 (I've tested it on different previous versions, even on version 4).
I have the same problem. When I use QT to compile it crashes but it doesn't happen in the console.
When you include a library (any one) it always crashes:
error: undefined reference to XXXX
Any help ?
The text was updated successfully, but these errors were encountered: