[Insight-developers] need help

qt.itk.vtk.help qt.itk.vtk.help at gmail.com
Tue Jan 8 04:54:55 EST 2013


---------- Forwarded message ----------
From: Mail Delivery Subsystem <mailer-daemon at googlemail.com>
Date: Tue, Jan 8, 2013 at 3:23 PM
Subject: Delivery Status Notification (Failure)
To: qt.itk.vtk.help at gmail.com


Delivery to the following recipient failed permanently:

     Insight-user at itk.org

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 550 550 5.1.1 <Insight-user at itk.org>: Recipient address
rejected: User unknown in local recipient table (state 13).

----- Original message -----

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;

h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=f0ii/G2uWMZoJONnaJFQMsdZ35C0isu1SVmhapk8nNw=;
        b=am2Yt80Cnx10LW8HvV4yC/tepRQmTU/TzqLkXy9pJSOwudYzOG/VBxcCMCy9dfXgFg

 10e7WkaNMCjOwO8Eisw3vQqNxa1+61r2bSt1EQyE1YyQP6HjeqjWocRhNBvjFIY6NppB

 uwt9XxCnPftrvhUC0egTCdvNqyZykaqyBNJku5va6M0Jq0t4Sjkk4bGJN+v/OrMbe/ml

 LCb8K/H04Sd8puoH6FHbHa80CsWUd72cuX2MRBVt9nGGF4WH215IbhNLHZx7GlZeZoDZ

 I4EKxq5NfVYZrHJYST6W8KS0KQzL55wKGePPv2H6B156tN5w+boEHjAkvR90ztweCMhy
         HgjA==
MIME-Version: 1.0
Received: by 10.60.172.229 with SMTP id bf5mr34480999oec.81.1357638822748;
 Tue, 08 Jan 2013 01:53:42 -0800 (PST)
Received: by 10.182.176.5 with HTTP; Tue, 8 Jan 2013 01:53:42 -0800 (PST)
In-Reply-To: <CAPsjOEGPM=0PZ_+6ORVa-vjwR0qvz0rkiW=
1P5zY-QbqqhtKvA at mail.gmail.com>
References: <CAPsjOEGPM=0PZ_+6ORVa-vjwR0qvz0rkiW=
1P5zY-QbqqhtKvA at mail.gmail.com>
Date: Tue, 8 Jan 2013 15:23:42 +0530
Message-ID: <CAPsjOEEY+_svbDVnjSuTju6PLMh5=
syinxfKhSMk371Eej7EjQ at mail.gmail.com>
Subject: Fwd: Having problem while integrating ITK with Qt
From: "qt.itk.vtk.help" <qt.itk.vtk.help at gmail.com>
To: Insight-user at itk.org
Content-Type: multipart/related; boundary=bcaec54ee86cc3616b04d2c3ebff

---------- Forwarded message ----------
From: qt.itk.vtk.help <qt.itk.vtk.help at gmail.com>
Date: Tue, Jan 8, 2013 at 3:21 PM
Subject: Having problem while integrating ITK with Qt
To: luis.ibanez at kitware.com, insight-developers at itk.org


Hie,


I have build itk with cmake and vs2010.I want to work on ITK with QT
without Cmake so,I am trying to add all the .h and build library from .pro
file without Cmake in project.I have mentioned .h path in INCLUDEPATH and
.lib in LIBS. After that i have include some itk header files,build it  and
it works fine then i have copied  basic code to read an image in main()
 and build it still it wont show any error. But when i am running exe from
project bin/commandline it shows error .
Here is my .pro file

#-------------------------------------------------

#

# Project created by QtCreator 2013-01-07T16:23:05

#

#-------------------------------------------------

#QT       += core gui

QT += network \

    opengl \

    xml


greaterThan(QT_MAJOR_VERSION, 4): QT += widgets


TARGET = ITKPath

#CONFIG *= qt opengl release  build_all

#QT *= opengl xml

CONFIG += console \

    qt

CONFIG -= app_bundle

TEMPLATE = app



SOURCES += mainwindow.cpp \

    main.cpp





HEADERS  += mainwindow.h


FORMS    += mainwindow.ui


#ITK dependency


INCLUDEPATH *=E:/itk/src/Modules/Video/Filtering/include
E:/itk/src/Modules/Video/IO/include
E:/itk/src/Modules/Video/Core/include
E:/itk/src/Modules/Nonunit/Review/include
E:/itk/src/Modules/Registration/RegistrationMethodsv4/include
E:/itk/src/Modules/Registration/Metricsv4/include
E:/itk/src/Modules/Numerics/Optimizersv4/include
E:/itk/src/Modules/Segmentation/LevelSetsv4/include \

               E:/itk/src/Modules/Filtering/ImageFusion/include
E:/itk/src/Modules/IO/TransformMatlab/include
E:/itk/src/Modules/IO/TransformInsightLegacy/include
E:/itk/src/Modules/IO/TransformHDF5/include
E:/itk/src/Modules/IO/TransformBase/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-developers/attachments/20130108/a12e6f9c/attachment.htm>


More information about the Insight-developers mailing list