Page MenuHomePhabricator

QMitkExt rebuilds when the git revision changes
Closed, WontfixPublic

Description

This is caused by the QmitkAboutDialog class which adds the curren git revision to the dialog. This means that whenever the git revision changed and CMake was run, QmitkExt rebuilds and all dependent modules/plugins are linked again. This can take some time, especially if you have many plugins activated.

Maybe we can solve this by generating an xml file which includes the git revision by CMake. This xml file can be included to the about dialog during runtime which avoids rebuilds of the QmitkExt module.

Event Timeline

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.