<div dir="ltr">It's much easier to just use CMake and CMakeLists.txt instead of .pro project files. Qt/QtCreator supports using them:<div><br></div><div><a href="http://doc.qt.io/qt-5/cmake-manual.html">http://doc.qt.io/qt-5/cmake-manual.html</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 15, 2015 at 8:34 AM, Khojaste, Amir <span dir="ltr"><<a href="mailto:amir.khojaste@sunnybrook.ca" target="_blank">amir.khojaste@sunnybrook.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chasank and thanks for your answer,<br>
<br>
Yes I did and I have checked it several times. Here is my ".pro" contents:<br>
<div><div class="h5"><br>
#-------------------------------------------------<br>
#<br>
# Project created by QtCreator 2015-05-14T15:50:25<br>
#<br>
#-------------------------------------------------<br>
<br>
QT       += core gui<br>
<br>
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets<br>
<br>
TARGET = testITK<br>
TEMPLATE = app<br>
<br>
<br>
SOURCES += main.cpp\<br>
        mainwindow.cpp<br>
<br>
HEADERS  += mainwindow.h<br>
<br>
FORMS    += mainwindow.ui<br>
<br>
DEFINES += "vtkRenderingCore_AUTOINIT=4(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"<br>
DEFINES += "vtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)"<br>
DEFINES += _CRT_SECURE_NO_WARNINGS<br>
<br>
win32: LIBS += "advapi32.lib" "ws2_32.lib" "Rpcrt4.lib"<br>
<br>
win32: LIBS += -LC:/vtk/x64/6.0.0/install/lib \<br>
-lvtkChartsCore-6.0 \<br>
-lvtkCommonColor-6.0 \<br>
-lvtkCommonComputationalGeometry-6.0 \<br>
-lvtkCommonCore-6.0 \<br>
-lvtkCommonDataModel-6.0 \<br>
-lvtkCommonExecutionModel-6.0 \<br>
-lvtkCommonMath-6.0 \<br>
-lvtkCommonMisc-6.0 \<br>
-lvtkCommonSystem-6.0 \<br>
-lvtkCommonTransforms-6.0 \<br>
-lvtkDICOMParser-6.0 \<br>
-lvtkDomainsChemistry-6.0 \<br>
-lvtkFiltersAMR-6.0 \<br>
-lvtkFiltersCore-6.0 \<br>
-lvtkFiltersExtraction-6.0 \<br>
-lvtkFiltersFlowPaths-6.0 \<br>
-lvtkFiltersGeneral-6.0 \<br>
-lvtkFiltersGeneric-6.0 \<br>
-lvtkFiltersGeometry-6.0 \<br>
-lvtkFiltersHybrid-6.0 \<br>
-lvtkFiltersHyperTree-6.0 \<br>
-lvtkFiltersImaging-6.0 \<br>
-lvtkFiltersModeling-6.0 \<br>
-lvtkFiltersParallel-6.0 \<br>
-lvtkFiltersParallelImaging-6.0 \<br>
-lvtkFiltersProgrammable-6.0 \<br>
-lvtkFiltersSelection-6.0 \<br>
-lvtkFiltersSources-6.0 \<br>
-lvtkFiltersStatistics-6.0 \<br>
-lvtkFiltersTexture-6.0 \<br>
-lvtkFiltersVerdict-6.0 \<br>
-lvtkGUISupportQt-6.0 \<br>
-lvtkGUISupportQtOpenGL-6.0 \<br>
-lvtkGeovisCore-6.0 \<br>
-lvtkIOAMR-6.0 \<br>
-lvtkIOCore-6.0 \<br>
-lvtkIOEnSight-6.0 \<br>
-lvtkIOExodus-6.0 \<br>
-lvtkIOExport-6.0 \<br>
-lvtkIOGeometry-6.0 \<br>
-lvtkIOImage-6.0 \<br>
-lvtkIOImport-6.0 \<br>
-lvtkIOInfovis-6.0 \<br>
-lvtkIOLSDyna-6.0 \<br>
-lvtkIOLegacy-6.0 \<br>
-lvtkIOMINC-6.0 \<br>
-lvtkIOMovie-6.0 \<br>
-lvtkIONetCDF-6.0 \<br>
-lvtkIOPLY-6.0 \<br>
-lvtkIOParallel-6.0 \<br>
-lvtkIOSQL-6.0 \<br>
-lvtkIOVideo-6.0 \<br>
-lvtkIOXML-6.0 \<br>
-lvtkIOXMLParser-6.0 \<br>
-lvtkImagingColor-6.0 \<br>
-lvtkImagingCore-6.0 \<br>
-lvtkImagingFourier-6.0 \<br>
-lvtkImagingGeneral-6.0 \<br>
-lvtkImagingHybrid-6.0 \<br>
-lvtkImagingMath-6.0 \<br>
-lvtkImagingMorphological-6.0 \<br>
-lvtkImagingSources-6.0 \<br>
-lvtkImagingStatistics-6.0 \<br>
-lvtkImagingStencil-6.0 \<br>
-lvtkInfovisCore-6.0 \<br>
-lvtkInfovisLayout-6.0 \<br>
-lvtkInteractionImage-6.0 \<br>
-lvtkInteractionStyle-6.0 \<br>
-lvtkInteractionWidgets-6.0 \<br>
-lvtkNetCDF-6.0 \<br>
-lvtkNetCDF_cxx-6.0 \<br>
-lvtkParallelCore-6.0 \<br>
-lvtkRenderingAnnotation-6.0 \<br>
-lvtkRenderingContext2D-6.0 \<br>
-lvtkRenderingCore-6.0 \<br>
-lvtkRenderingFreeType-6.0 \<br>
-lvtkRenderingFreeTypeOpenGL-6.0 \<br>
-lvtkRenderingGL2PS-6.0 \<br>
-lvtkRenderingHybridOpenGL-6.0 \<br>
-lvtkRenderingImage-6.0 \<br>
-lvtkRenderingLOD-6.0 \<br>
-lvtkRenderingLabel-6.0 \<br>
-lvtkRenderingOpenGL-6.0 \<br>
-lvtkRenderingVolume-6.0 \<br>
-lvtkRenderingVolumeAMR-6.0 \<br>
-lvtkRenderingVolumeOpenGL-6.0 \<br>
-lvtkViewsContext2D-6.0 \<br>
-lvtkViewsCore-6.0 \<br>
-lvtkViewsGeovis-6.0 \<br>
-lvtkViewsInfovis-6.0 \<br>
-lvtkalglib-6.0 \<br>
-lvtkexoIIc-6.0 \<br>
-lvtkexpat-6.0 \<br>
-lvtkfreetype-6.0 \<br>
-lvtkftgl-6.0 \<br>
-lvtkgl2ps-6.0 \<br>
-lvtkhdf5-6.0 \<br>
-lvtkhdf5_hl-6.0 \<br>
-lvtkjpeg-6.0 \<br>
-lvtkjsoncpp-6.0 \<br>
-lvtklibxml2-6.0 \<br>
-lvtkmetaio-6.0 \<br>
-lvtkoggtheora-6.0 \<br>
-lvtkpng-6.0 \<br>
-lvtkproj4-6.0 \<br>
-lvtksqlite-6.0 \<br>
-lvtksys-6.0 \<br>
-lvtktiff-6.0 \<br>
-lvtkverdict-6.0 \<br>
-lvtkzlib-6.0<br>
<br>
INCLUDEPATH += C:/vtk/x64/6.0.0/install/include/vtk-6.0<br>
DEPENDPATH += C:/vtk/x64/6.0.0/install/include/vtk-6.0<br>
<br>
win32: LIBS += -LC:/ITK/x64/4.4.0/install/lib \<br>
-lITKBiasCorrection-4.4 \<br>
-lITKBioCell-4.4 \<br>
-lITKCommon-4.4 \<br>
-lITKDICOMParser-4.4 \<br>
-litkdouble-conversion-4.4 \<br>
-lITKEXPAT-4.4 \<br>
-lITKFEM-4.4 \<br>
-litkgdcmCommon-4.4 \<br>
-litkgdcmDICT-4.4 \<br>
-litkgdcmDSED-4.4 \<br>
-litkgdcmIOD-4.4 \<br>
-litkgdcmjpeg12-4.4 \<br>
-litkgdcmjpeg16-4.4 \<br>
-litkgdcmjpeg8-4.4 \<br>
-litkgdcmMSFF-4.4 \<br>
-lITKgiftiio-4.4 \<br>
-litkhdf5-4.4 \<br>
-litkhdf5_cpp-4.4 \<br>
-lITKIOBioRad-4.4 \<br>
-lITKIOBMP-4.4 \<br>
-lITKIOCSV-4.4 \<br>
-lITKIOGDCM-4.4 \<br>
-lITKIOGE-4.4 \<br>
-lITKIOGIPL-4.4 \<br>
-lITKIOHDF5-4.4 \<br>
-lITKIOImageBase-4.4 \<br>
-lITKIOIPL-4.4 \<br>
-lITKIOJPEG-4.4 \<br>
-lITKIOLSM-4.4 \<br>
-lITKIOMesh-4.4 \<br>
-lITKIOMeta-4.4 \<br>
-lITKIONIFTI-4.4 \<br>
-lITKIONRRD-4.4 \<br>
-lITKIOPNG-4.4 \<br>
-lITKIOSiemens-4.4 \<br>
-lITKIOSpatialObjects-4.4 \<br>
-lITKIOStimulate-4.4 \<br>
-lITKIOTIFF-4.4 \<br>
-lITKIOTransformBase-4.4 \<br>
-lITKIOTransformHDF5-4.4 \<br>
-lITKIOTransformInsightLegacy-4.4 \<br>
-lITKIOTransformMatlab-4.4 \<br>
-lITKIOVTK-4.4 \<br>
-lITKIOXML-4.4 \<br>
-litkjpeg-4.4 \<br>
-lITKKLMRegionGrowing-4.4 \<br>
-lITKLabelMap-4.4 \<br>
-lITKMesh-4.4 \<br>
-lITKMetaIO-4.4 \<br>
-litkNetlibSlatec-4.4 \<br>
-lITKniftiio-4.4 \<br>
-lITKNrrdIO-4.4 \<br>
-litkopenjpeg-4.4 \<br>
-lITKOptimizers-4.4 \<br>
-lITKOptimizersv4-4.4 \<br>
-lITKPath-4.4 \<br>
-litkpng-4.4 \<br>
-lITKPolynomials-4.4 \<br>
-lITKQuadEdgeMesh-4.4 \<br>
-lITKReview-4.4 \<br>
-lITKSpatialObjects-4.4 \<br>
-lITKStatistics-4.4 \<br>
-litksys-4.4 \<br>
-litktiff-4.4 \<br>
-litkv3p_lsqr-4.4 \<br>
-litkv3p_netlib-4.4 \<br>
-litkvcl-4.4 \<br>
-lITKVideoCore-4.4 \<br>
-lITKVideoIO-4.4 \<br>
-litkvnl-4.4 \<br>
-lITKVNLInstantiation-4.4 \<br>
-litkvnl_algo-4.4 \<br>
-lITKVTK-4.4 \<br>
-lITKVtkGlue-4.4 \<br>
-lITKWatersheds-4.4 \<br>
-litkzlib-4.4 \<br>
-lITKznz-4.4<br>
<br>
INCLUDEPATH += C:/ITK/x64/4.4.0/install/include/ITK-4.4<br>
DEPENDPATH += C:/ITK/x64/4.4.0/install/include/ITK-4.4<br>
<br>
</div></div>Do you see anything that I might have been missing?<br>
<br>
Thanks for your answer again,<br>
<span class="im HOEnZb">Amir<br>
<br>
-----Original Message-----<br>
From: Insight-users [mailto:<a href="mailto:insight-users-bounces@itk.org">insight-users-bounces@itk.org</a>] On Behalf Of chasank<br>
</span><div class="HOEnZb"><div class="h5">Sent: May-14-15 5:50 PM<br>
To: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
Subject: Re: [ITK-users] Building QT, VTK and ITK on windows 7 (x64)<br>
<br>
Hi Amir,<br>
<br>
Nothing seems wrong with your code as it is hello world of ITK. The problem is linker error. Are you sure that you have added the line -litksys-4.4 to your .pro file?<br>
<br>
Check your C:/itk/x64/4.4.0/install/lib/ folder carefully.<br>
Execute >dir *.lib command. Get the output to an text editor.<br>
Make the necessary replaces to convert the output following pattern.<br>
-litkBiasCorrection-4.4 \<br>
-litkBioCell-4.4 \<br>
...<br>
<br>
Make sure you are not missing any of these files.<br>
<br>
Regards.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Building-QT-VTK-and-ITK-on-windows-7-x64-tp35668p35673.html" target="_blank">http://itk-users.7.n7.nabble.com/Building-QT-VTK-and-ITK-on-windows-7-x64-tp35668p35673.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</div></div><span class="im HOEnZb">This e-mail is intended only for the named recipient(s) and may contain confidential, personal and/or health information (information which may be subject to legal restrictions on use, retention and/or disclosure).  No waiver of confidence is intended by virtue of communication via the internet.  Any review or distribution by anyone other than the person(s) for whom it was originally intended is strictly prohibited.  If you have received this e-mail in error, please contact the sender and destroy all copies.<br>
<br>
</span><div class="HOEnZb"><div class="h5">_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>