Hi Fabiola, We do not have much experience with qmake project files. While it is certainly possible to use .pro files as your project's build system, we cannot offer much support for that (maybe a community member can). So if you have a choice, I'd suggest to use CMake - that way we can help you with your build issues.
For your questions: The MITK libraries are located in <mitk-superbuild-dir>/MITK-build/bin, dependencies are scattered in sub-directories of <mitk-superbuild-dir>. The header files are located in their respective module or plug-in folder in the source directory. You will have to collect these directories manually. Best, Sascha P.S.: When posting a new mail, please don't reply to an existing one. Otherwise it might get "lost" in the existing mail's thread. On 10/22/2012 03:43 PM, Fabiola wrote: > Hi guys, > > please anyone can help me which libraries have to be included and > especially where can I find mitk libraries in Ubuntu (12.04)? > I followed the building steps (using the superbuild) and now I would > like to getting started displaying an image running MITK from a QT project. > I gave into Qt .pro-ject file the path of MITK bin folder but of course > doesn't find nothing. I can't manually find the mitk libraries in > /usr/local or into MITK folders. :( > > Help me, please. > Thanks in advance, > Fabiola > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
