<?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[Wrong PWD when rebuilt Qt project in Visual Studio 2019]]></title><description><![CDATA[<p dir="auto">(C:\Qt5.9.0\5.9  and qmake is in C:\Qt\Qt5.9.0\5.9\msvc2017_64, C:\vcglib, project root is in: C:\meshlab\src\<a href="http://meshlab.pro" target="_blank" rel="noopener noreferrer nofollow ugc">meshlab.pro</a>, and many projects in src folder)</p>
<p dir="auto">When I rebuilt project in visual studio (Qt extension imported .pro), I see below error  (I built and run it successful before. Now I can run it but cannot rebuild it ):</p>
<p dir="auto">Error		ERROR running qmake<br />
qmake: (\bin\qmake.exe)<br />
qmake: $PWD=C:\Users\lyi\AppData\Local\Temp\5dxmcl5p.wwo<br />
qmake: The system cannot find the path specified.<br />
qmake: Error creating Makefile<br />
common	C:\meshlab\src\common\common.vcxproj	1</p>
<p dir="auto">So, what PWD meaning here (project working directory) ?<br />
And why/how PWD pointing to my user data folder ?<br />
My working directory is : C:\meshlab\src\common (other projects in .sln (VS solution) had same error).</p>
<p dir="auto">Please help to resolve it.  Thank you very much.</p>
]]></description><link>https://forum.qt.io/topic/111944/wrong-pwd-when-rebuilt-qt-project-in-visual-studio-2019</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 18:31:26 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/111944.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Feb 2020 18:27:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wrong PWD when rebuilt Qt project in Visual Studio 2019 on Thu, 27 Feb 2020 21:54:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lun-yi">@<bdi>Lun-Yi</bdi></a></p>
<p dir="auto">Do not use windows absolute path in .pro file and vs project setting and rebuild it. It is working now.</p>
]]></description><link>https://forum.qt.io/post/580093</link><guid isPermaLink="true">https://forum.qt.io/post/580093</guid><dc:creator><![CDATA[Lun Yi]]></dc:creator><pubDate>Thu, 27 Feb 2020 21:54:27 GMT</pubDate></item><item><title><![CDATA[Reply to Wrong PWD when rebuilt Qt project in Visual Studio 2019 on Mon, 24 Feb 2020 19:22:36 GMT]]></title><description><![CDATA[<p dir="auto">I checked MACRO of project property and see :<br />
$(QtVarsWorkDir) =  C:\Users\lyi\AppData\Local\Temp\5dxmcl5p.wwo<br />
$(QtVarsWorkPath) =  C:\Users\lyi\AppData\Local\Temp\5dxmcl5p.wwo\qtvars_x64_Debug.props</p>
<p dir="auto">and I see $(QtVarsWorkDir)   in C:\Users\lyi\AppData\Local\QtMsBuild\qt.props</p>
<p dir="auto">So, looks like it is temp property variable. But, not know how to set correct value and where to set it (may set it in environment variable by hard code)</p>
<p dir="auto">Any helps ?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.qt.io/post/579450</link><guid isPermaLink="true">https://forum.qt.io/post/579450</guid><dc:creator><![CDATA[Lun Yi]]></dc:creator><pubDate>Mon, 24 Feb 2020 19:22:36 GMT</pubDate></item></channel></rss>