<div dir="ltr">I think the reason it's happening now is because most distros have Qt 5.4, so that's the version of assistant developers are looking at, which states that DataLocation is deprecated in favor of AppDataLocation. At least that's why I used AppDataLocation in khangman earlier today. It's done without thinking.<div><br></div><div>As for adding an #ifdef around use of DatLocation I think that's a bit overkill, just use DataLocation until most/all applications depend on Qt 5.4, then we can change them to AppDataLocation if needed, though both enumerations have the same value anyway, so no need to move away from the deprecated one really.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 3, 2015 at 4:20 PM, Marko Käning <span dir="ltr"><<a href="mailto:mk-lists@email.de" target="_blank">mk-lists@email.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jeremy,<br>
<span class=""><br>
On 04 Feb 2015, at 00:13 , Jeremy Whiting <<a href="mailto:jpwhiting@kde.org">jpwhiting@kde.org</a>> wrote:<br>
> Sorry about khangman, just committed a fix that brings the dependency back to 5.3.<br>
<br>
</span>thanks, but I don’t want to stop you from doing what must be done. :-)<br>
<br>
I was just wondering why it all happens just now, although Qt 5.4 still accepts QSP::DataLocation as a valid directory type…<br>
<br>
Would it perhaps make sense to introduce guarded code for both Qt5 versions, perhaps? Same for kig and all the other projects?<br>
I mean, that would give users a chance who want to built KF5 on Qt5.3.x… Or are KF5 and Qt progressing so fast that such stuff doesn’t make sense?<br>
<br>
Greets,<br>
Marko<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
</div></div></blockquote></div><br></div>