Page MenuHomePhabricator

The StoreSCP from the org.mitk.gui.qt.dicom plugin only runs for windows
Closed, ResolvedPublic

Description

In the org.mitk.gui.qt.dicom plugin there is a function which tries to find the storescp binary searching for storescp.exe this only works for windows

Event Timeline

bauerm added a subscriber: bauerm.

Working on a solution with cmake find_program().

[37a1e7]: Merge branch 'bug-12484-storescp-for-linux'

Merged commits:

2012-07-13 13:02:36 Michael Bauer [ca483d]
changed and renamed method from SetPathToStoreSCP() to FindPathToStoreSCP().
The method will now search for the storescp in bin directory of mitk and
if it isn't found there it will use the DCMTK-install/bin directory.


2012-07-13 12:58:28 Michael Bauer [058dbd]
changed to a non-cmake-based solution, deleted these changes and files.
Added some cmake code to copy storescp binary into bin directory if MITK gets installed.


2012-07-11 13:18:20 Michael Bauer [dbb11a]
changed cmake to find program save it into a file and use the file as an qrc


2012-07-09 14:42:50 Michael Bauer [275f88]
read in ini file