Skip to content
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

Fix Q_OBJECT warnings on ICC #58

Merged
merged 3 commits into from
Jun 17, 2018
Merged

Fix Q_OBJECT warnings on ICC #58

merged 3 commits into from
Jun 17, 2018

Conversation

cartr
Copy link
Owner

@cartr cartr commented Jun 17, 2018

Closes #57.

The original version of the patch accounts for the fact that ICC pretends to be GCC. This PR revises the patch to account for ICC pretending to be Clang. (The Qt 4 source includes similar checks.)

@swordencao, I don't have access to a copy of ICC to test this locally. Can you please check if this fixes your issue?

@swordencao
Copy link

Test with no error, please merge, thanks.

@cartr cartr merged commit b39044d into master Jun 17, 2018
@cartr cartr deleted the qobject-icc branch June 17, 2018 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"unrecognized #pragma" with Q_OBJECT on ICC
2 participants