Page MenuHomePhorge

Fix many warnings: #warning "Inclusion of header files from include/Qt is deprecated."
AcceptedPublic

Authored by dfaure on Jan 12 2016, 11:44 PM.
Referenced Files
Unknown Object (File)
Sun, May 26, 6:02 AM
Unknown Object (File)
Sun, May 26, 1:34 AM
Unknown Object (File)
Fri, May 24, 11:34 PM
Unknown Object (File)
Mon, May 20, 9:16 AM
Unknown Object (File)
Fri, May 17, 1:21 PM
Unknown Object (File)
Thu, May 16, 8:14 AM
Unknown Object (File)
May 3 2024, 1:26 AM
Unknown Object (File)
Apr 24 2024, 3:31 PM
Subscribers
None

Details

Reviewers
mollekopf
Summary

When using find_package(Qt4), QT_INCLUDES has include/QtCore before include/Qt (as it should be) but somehow leads to -isystem for include/QtCore and -I for include/Qt, so qglobal.h and others are picked up from include/Qt.

But we never hit this in KDE because we don't use find_package(Qt4) directly, we let find_package(KDE4) take care of it, somehow it doesn't lead to -isystem.

Diff Detail

Repository
rLK libkolab
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dfaure retitled this revision from to Fix many warnings: #warning "Inclusion of header files from include/Qt is deprecated.".
dfaure updated this object.
dfaure edited the test plan for this revision. (Show Details)
dfaure added a reviewer: mollekopf.
dfaure set the repository for this revision to rLK libkolab.
dfaure added a project: KDE PIM Developers.
mollekopf edited edge metadata.

Thanks for the patch =)

Sorry this took so long, I missed that there were reviews pending

This revision is now accepted and ready to land.Jan 20 2016, 12:19 PM