Diffusion Kexi 82ee6aaec3ee

[T1311] - Conditional qt5_add_binary_resource for Qt >= 5.5

Authored by wicik.

Description

[T1311] - Conditional qt5_add_binary_resource for Qt >= 5.5

Seems to work! Minor comments.

/src/main/status/CMakeLists.txt
3

OR: if(Qt5Core_VERSION VERSION_LESS 5.5.0) ?

KF5 never uses such comparison...

10

MINOR: not needed anymore, it's easier to use else()

12

MINOR: not needed anymore, it's easier to use endif()

BTW, let's use https://phabricator.kde.org/differential/ (Pre-commit review), not diffusion.

wicik added a comment.Jan 17 2016, 4:21 PM

New version pushed to differential

staniek accepted this commit.Jan 17 2016, 6:36 PM