[Insight-users] ITK+QT

Alessandro notinmyhead at gmail.com
Fri Sep 28 04:39:07 EDT 2012


could you post the complete set of libs you're trying to include in the project?

Ale

ps: please answer to the insight user list so it may be useful to all...

Il giorno 27/set/2012, alle ore 16.55, Alessandro ha scritto:

> Since you're including 4.2 version of the include files, you need to change your library version to -lITKCommon-4.2 and so on
> 
> Ale
> 
> Il giorno 27/set/2012, alle ore 15.46, fabiola ha scritto:
> 
>> Hello,
>> 
>> I am sorry barging in with a silly question, but I am really stuck in the
>> beginning: to compile an ITK example (DicomSeriesReadImageWrite2) in QT.
>> I am using: Ubuntu 12.04, QT Creator 2.5.2 and ITK 4.2.
>> 
>> I added ITK libraries to .pro like I did before for VTK (and it worked):
>> INCLUDEPATH += /usr/local/include/vtk-5.10 \
>>              /usr/local/include/ITK-4.2
>> 
>> LIBS += -lvtkDICOMParser \
>>       -lvtkRendering \
>>       -lvtkCommon  \
>>       -lvtkIO    \
>>       -lvtkFiltering  \
>>       -lQVTK \
>> 
>> LIBS += -L/usr/local/lib/ \
>>        -lITKCommon-4.1 \
>>        -lITKDICOMParser-4.1
>> 
>> QMAKE_CXXFLAGS += -Wno-deprecated
>> 
>> but unfortunately the compiler telling me that: "cannot find
>> -lITKCommon-4.1" (I checked, the libraries are in my /usr/local/lib...)
>> 
>> Please help me out. I can't find any solution on the net, just seeing that
>> the others had the same problem, but no solution...
>> 
>> Thank you in advance,
>> Fabiola.
>> 
>> 
>> 
>> --
>> View this message in context: http://itk-users.7.n7.nabble.com/ITK-QT-tp29470p29571.html
>> Sent from the ITK - Users mailing list archive at Nabble.com.
>> _____________________________________
>> Powered by www.kitware.com
>> 
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>> 
>> Kitware offers ITK Training Courses, for more information visit:
>> http://www.kitware.com/products/protraining.php
>> 
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>> 
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
> 



More information about the Insight-users mailing list