Page MenuHomePhabricator

Check for right Qt Version if Qt 5 is used
Closed, ResolvedPublic

Description

CTK Wrapping and PythonQt can only be build with Qt >= 5.3. This should be checked if MITK Python is enabled with Qt 5.

Event Timeline

User heime has pushed new remote branch:

bug-19146-python-qt-version

[c017bd]: Merge branch 'bug-19146-python-qt-version'

Merged commits:

2015-06-24 14:10:50 Eric Heim [28555d]
Added sanity checks for Qt version and build type for python wrapping

[4d8337]: Merge branch 'bug-19146-python-qt-version'

Merged commits:

2015-06-24 14:29:33 Eric Heim [85f4fe]
Enable Python in all configuration builds

[bdda97]: Merge branch 'bug-19146-python-qt-version'

Merged commits:

2015-06-25 10:40:05 Eric Heim [d0a918]
COMP: Removed CMAKE error and disable python with a warning if it is enabled in debug mode.

[9ab0b2]: Merge branch 'bug-19146-python-qt-version'

Merged commits:

2015-06-25 11:34:01 Eric Heim [a6e2b2]
COMP: Correct warning message if python is used in wrong configuration

[325d2b]: Merge branch 'bug-19146-python-qt-version'

Merged commits:

2015-06-25 13:55:10 Eric Heim [6b5300]
COMP: Remove cmake error when wrong qt version is used with python. Now python is disabled with a warning.

[f69ef1]: Merge branch 'bug-19146-python-qt-version'

Merged commits:

2015-06-25 14:12:45 Eric Heim [64afe7]
COMP: Fixed test path on windows for python tests

All commits are in the 2015.05.02 release.