<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PROBLEM]]></title><description><![CDATA[<p dir="auto">hello guys, i have problem with my qmake, i want to make software from resources i found from internet, im basically not programmer but i want to make software from the intstruction, i have problem<br />
WARNING: Failure to find:../src/main.cpp<br />
WARNING: Failure to find:../src/io_util.cpp<br />
WARNING: Failure to find:../src/MainWindow.cpp</p>
<p dir="auto">.<br />
.im sorry for my english!</p>
]]></description><link>https://forum.qt.io/topic/157364/problem</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 17:49:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/157364.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Jun 2024 08:05:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PROBLEM on Mon, 24 Jun 2024 11:19:03 GMT]]></title><description><![CDATA[<p dir="auto">Ok so this is a Qt 4 project with an old configuration that does some paths configuration/manipulation that are outdated since a long time so you have to build it directly within. the <code>build</code> folder in the sources.</p>
<p dir="auto">How exactly are you proceeding to build it currently ?<br />
If using Qt Creator, you can disable the shadow build option when configuring the project.</p>
<p dir="auto">Note that adding <code>QT += widgets</code> to the <code>.pro</code> file will likely allow you to build it with Qt 5 rather than having to do spelunking for Qt 4.</p>
]]></description><link>https://forum.qt.io/post/803369</link><guid isPermaLink="true">https://forum.qt.io/post/803369</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 24 Jun 2024 11:19:03 GMT</pubDate></item><item><title><![CDATA[Reply to PROBLEM on Sun, 23 Jun 2024 04:12:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mateus2305">@<bdi>Mateus2305</bdi></a> Have you tried using CMake? Just to see if the problem persists?</p>
]]></description><link>https://forum.qt.io/post/803313</link><guid isPermaLink="true">https://forum.qt.io/post/803313</guid><dc:creator><![CDATA[josemarcio15]]></dc:creator><pubDate>Sun, 23 Jun 2024 04:12:23 GMT</pubDate></item><item><title><![CDATA[Reply to PROBLEM on Sat, 22 Jun 2024 14:04:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> DEBUG 1: makefile.cpp:298 Failure to find ../source_program/CalibrationDialog.cpp in vpath ()<br />
WARNING: Failure to find: ../source_program/CalibrationDialog.cpp im ready to make sure this program in right path</p>
]]></description><link>https://forum.qt.io/post/803272</link><guid isPermaLink="true">https://forum.qt.io/post/803272</guid><dc:creator><![CDATA[Mateus2305]]></dc:creator><pubDate>Sat, 22 Jun 2024 14:04:32 GMT</pubDate></item><item><title><![CDATA[Reply to PROBLEM on Sat, 22 Jun 2024 04:59:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> yes its public. <a href="http://mesh.brown.edu/calibration/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mesh.brown.edu/calibration/</a></p>
]]></description><link>https://forum.qt.io/post/803240</link><guid isPermaLink="true">https://forum.qt.io/post/803240</guid><dc:creator><![CDATA[Mateus2305]]></dc:creator><pubDate>Sat, 22 Jun 2024 04:59:50 GMT</pubDate></item><item><title><![CDATA[Reply to PROBLEM on Fri, 21 Jun 2024 18:54:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Is that project publicly available ? If so, post a link to it.<br />
Since you are new to this stuff, I would recommend using Qt Creator to open and build this project.</p>
]]></description><link>https://forum.qt.io/post/803218</link><guid isPermaLink="true">https://forum.qt.io/post/803218</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 21 Jun 2024 18:54:04 GMT</pubDate></item><item><title><![CDATA[Reply to PROBLEM on Fri, 21 Jun 2024 15:56:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> 3D ScANNING SOFTWARE BUILD INSTRUCTIONS</p>
<p dir="auto">The software requires Qt and OpencV libraries. It should run on any system<br />
satisfying those requirements. The current version was tested with Qt 5.5.1<br />
and OpenCV 2.4.11, but could run with other versions. The software was developed<br />
and extensively used with Visual Studio 2010 on Windows 7 x64. It can be compiled<br />
for 32 bits and 64 bits targets. I have tested the software briefly on OS X 10.7.5<br />
where it compiles and runs. At this time it is completely untested for GNU/Linux<br />
although experienced programmers should be able to build it there too.</p>
<p dir="auto">Prior to building, modify the paths on project/scan3d-capture.pro to match the location<br />
and version of OpenCv in your system. The project file may be opened and build using<br />
Qt Creator or built from command line.</p>
<p dir="auto">To build using make files from command line do this:</p>
<p dir="auto">cd scan3d-capture<br />
mkdir build<br />
cd build<br />
qmake ../project<br />
make (or nmake to build with Microsoft Visual Studio)</p>
<p dir="auto">i have done edit the path from <a href="http://scan3d-project.pro" target="_blank" rel="noopener noreferrer nofollow ugc">scan3d-project.pro</a> use visual studio 2022</p>
]]></description><link>https://forum.qt.io/post/803204</link><guid isPermaLink="true">https://forum.qt.io/post/803204</guid><dc:creator><![CDATA[Mateus2305]]></dc:creator><pubDate>Fri, 21 Jun 2024 15:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to PROBLEM on Fri, 21 Jun 2024 10:12:53 GMT]]></title><description><![CDATA[<p dir="auto">Please provide more information.<br />
How exactly are you building?<br />
What build system is used (QMake or CMake)?<br />
What Qt version?</p>
<p dir="auto">"from the intstruction" - can you show this instruction?</p>
]]></description><link>https://forum.qt.io/post/803169</link><guid isPermaLink="true">https://forum.qt.io/post/803169</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Fri, 21 Jun 2024 10:12:53 GMT</pubDate></item></channel></rss>