Page MenuHomePhabricator

Export the qtsingleapplication target for use by external projects
Closed, ResolvedPublic

Description

The qtsingleapplication library is not included in the EXPORTS set and hence external projects do not have propert CMake target data.

Event Timeline

User zelzer has pushed new remote branch:

bug-17511-export-qtsingleapplication-target

[2213c9]: Merge branch 'bug-17511-export-qtsingleapplication-target'

Merged commits:

2014-03-14 01:50:46 Sascha Zelzer [709f64]
Use mitk_create_module macro for qtsingleapplication.

Using this macro, the target is also automatically exported and
can be consumed by external projects.

[27eb45]: Merge branch 'bug-17511-export-qtsingleapplication-target'

Merged commits:

2014-03-14 10:51:57 Sascha Zelzer [793a24]
COMP: use add_subdirectory instead of deprecated subdirs command.