---------- Forwarded message ----------
From: Mail Delivery Subsystem <[email protected]>
Date: Tue, Jan 8, 2013 at 3:23 PM
Subject: Delivery Status Notification (Failure)
To: [email protected]
Delivery to the following recipient failed permanently:
[email protected]
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 <[email protected]>: 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=
[email protected]>
References: <CAPsjOEGPM=0PZ_+6ORVa-vjwR0qvz0rkiW=
[email protected]>
Date: Tue, 8 Jan 2013 15:23:42 +0530
Message-ID: <CAPsjOEEY+_svbDVnjSuTju6PLMh5=
[email protected]>
Subject: Fwd: Having problem while integrating ITK with Qt
From: "qt.itk.vtk.help" <[email protected]>
To: [email protected]
Content-Type: multipart/related; boundary=bcaec54ee86cc3616b04d2c3ebff
---------- Forwarded message ----------
From: qt.itk.vtk.help <[email protected]>
Date: Tue, Jan 8, 2013 at 3:21 PM
Subject: Having problem while integrating ITK with Qt
To: [email protected], [email protected]
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
_______________________________________________
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://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-developers