<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qt installation in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10029440#M5812</link>
    <description>&lt;P&gt;Hi everyone, for those interested to get the source code of the Qt version used by 3ds Max releases, please visit the public Autodesk forks on git:&amp;nbsp;&lt;A href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fautodesk-forks%2Fqtbase%2Freleases&amp;amp;data=04%7C01%7Cattila.szabo%40autodesk.com%7Cad5015cc92a44a482c9a08d8c104c945%7C67bff79e7f914433a8e5c9252d2ddc1d%7C0%7C0%7C637471573580864166%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=tZv5GdNjUi1QJ6VijZaUoAhDZfWwSAsU2xkny5D3crs%3D&amp;amp;reserved=0" target="_blank"&gt;https://github.com/autodesk-forks/qtbase/releases&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 17:32:35 GMT</pubDate>
    <dc:creator>attilaszabo</dc:creator>
    <dc:date>2021-01-25T17:32:35Z</dc:date>
    <item>
      <title>Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025579#M5796</link>
      <description>&lt;P&gt;I am installing qt now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using visual studio 2017 and 3ds max 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;under&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_writing_plug_ins_using_qt_with_3ds_max_plug_ins_html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_writing_plug_ins_using_qt_with_3ds_...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It says I need install&amp;nbsp;&lt;SPAN&gt;Qt 5.11.2, but there is only 5.12.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qt install.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/870910i8AA0C2DB21835E4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="qt install.PNG" alt="qt install.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I installed 5.12.2 and I do not know how to&amp;nbsp;using the&amp;nbsp;&lt;SPAN class="code"&gt;$(QTVER)&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;SPAN class="code"&gt;$(QTDIR)&lt;/SPAN&gt;&amp;nbsp;macros&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks very much!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 23:19:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025579#M5796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-23T23:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025601#M5797</link>
      <description>&lt;P&gt;a) a simple google returns: &lt;A href="https://download.qt.io/archive/qt/" target="_blank" rel="noopener"&gt;https://download.qt.io/archive/qt/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;b) install QT Addin V2.4.0 - all newer versions dont work with VS2019 at least&lt;/P&gt;&lt;P&gt;c) are you familar with property sheets? The paths are described on the help page you already read:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;By default, the SDK's &lt;SPAN class="code"&gt;$(QTDIR)&lt;/SPAN&gt; is defined as &lt;FONT color="#0000FF"&gt;&lt;EM&gt;&amp;lt;maxsdk&amp;gt;\Qt\&amp;lt;QtVersion&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;​. So you can copy the contents of your Qt install to this location. Or:&lt;/LI&gt;&lt;LI&gt;Change the definition of &lt;SPAN class="code"&gt;$(QTDIR)&lt;/SPAN&gt; in &lt;EM&gt;&amp;lt;maxsdk&amp;gt;\ProjectSettings\​propertySheets\3dsmax.general.project.​settings.props&lt;/EM&gt; to point to the installed version of Qt.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 23 Jan 2021 23:38:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025601#M5797</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-23T23:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025616#M5798</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qt install.PNG" style="width: 547px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/870916iA391BCFF9289224F/image-size/large?v=v2&amp;amp;px=999" role="button" title="qt install.PNG" alt="qt install.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is no 5.11 either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/870917i1DE59DE0CFF1E82E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the property sheet, I changed the version into 5.12.2.&lt;/P&gt;&lt;P&gt;Should I change the qt path in "$(MaxSdkDir)Qt\$(QTVER)\"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 848px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/870919i1568E55AEB79FB85/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here I copied the qt content under maxsdk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 562px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/870920i64081093A775006D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I still get the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My qt visual studio tools version is 2.6.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 23:47:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025616#M5798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-23T23:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025627#M5799</link>
      <description>&lt;P&gt;Hmm.. interesting!!&lt;/P&gt;&lt;P&gt;They aparently removed the file 'qt-opensource-windows-x86-5.11.2.exe' and 'qt-everywhere-src-5.11.2.zip' recently.&lt;/P&gt;&lt;P&gt;We should tell AD to make a copy on their servers.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 23:56:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025627#M5799</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-23T23:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025678#M5800</link>
      <description>&lt;P&gt;Oh..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know how to tell them..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 00:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025678#M5800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-24T00:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025793#M5801</link>
      <description>&lt;P&gt;I alway use Qt 5.12 and it will work [erfectlly fine with 3dsmax 2020 and 2021. It's must be another issue.&lt;/P&gt;&lt;P&gt;Can you give me the exact problem in visual studio ?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 01:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025793#M5801</guid>
      <dc:creator>omidt_gh</dc:creator>
      <dc:date>2021-01-24T01:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025808#M5802</link>
      <description>&lt;P&gt;Of course, you can try 3dsmax 2021 SDK if you are not sure, it will work with Qt 5.12.5 the version it's mostlly the minimum version not exaxt version.&lt;BR /&gt;But I always use qt 5.12.5 for both 3dsmax 2020 and 2021 and it's fine.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 01:51:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025808#M5802</guid>
      <dc:creator>omidt_gh</dc:creator>
      <dc:date>2021-01-24T01:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025811#M5803</link>
      <description>&lt;P&gt;OK, let me try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I change the version in the property sheet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 01:53:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025811#M5803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-24T01:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025821#M5804</link>
      <description>&lt;P&gt;You should edit these lines depend on the version and location of Qt you choose to install.&lt;/P&gt;&lt;P&gt;Around line 191....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;!-- Qt dependency --&amp;gt;&lt;BR /&gt;&amp;lt;!-- The Qt root directory is in capital letters because it is the default directory macro which gets automatically added&lt;BR /&gt;to your Qt project / custom build settings by the Qt Visual Studio AddIn. --&amp;gt;&lt;BR /&gt;&amp;lt;QTVER&amp;gt;$([MSBuild]::ValueOrDefault(`$(QTVER)`, `5.11.2`))&amp;lt;/QTVER&amp;gt;&lt;BR /&gt;&amp;lt;QTDIR&amp;gt;$([MSBuild]::ValueOrDefault(`$(QTDIR)`, `$(MaxSdkDir)Qt\$(QTVER)\`))&amp;lt;/QTDIR&amp;gt;&lt;BR /&gt;&amp;lt;QTDIR Condition="'$(IsMaxProjectInDevTree)'=='true'"&amp;gt;$(MaxDevelDir)Qt\$(QTVER)\&amp;lt;/QTDIR&amp;gt;&lt;BR /&gt;&amp;lt;QtMigrateLib&amp;gt;$(MaxDevelDir)QtWinMigrate\lib\&amp;lt;/QtMigrateLib&amp;gt;&lt;BR /&gt;&amp;lt;QtMigrateLib Condition="'$(IsMaxProjectInDevTree)'=='false'"&amp;gt;$(MaxSdkDir)QtWinMigrate\lib\&amp;lt;/QtMigrateLib&amp;gt;&lt;BR /&gt;&amp;lt;QtMigrateInc&amp;gt;$(MaxDevelDir)&amp;lt;/QtMigrateInc&amp;gt;&lt;BR /&gt;&amp;lt;QtMigrateInc Condition="'$(IsMaxProjectInDevTree)'=='false'"&amp;gt;$(MaxSdkDir)&amp;lt;/QtMigrateInc&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 01:59:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10025821#M5804</guid>
      <dc:creator>omidt_gh</dc:creator>
      <dc:date>2021-01-24T01:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026153#M5805</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/450754"&gt;@omidt_gh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;But I always use qt 5.12.5 for both 3dsmax 2020 and 2021 and it's fine.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;A little remark: There exist differences, which forced me to use exactly 5.11.2 for Max2020-SP2. I forgot the details, but using the same DLL version fixed it (I created a non-modal QT dialog and mainly fighted with the stuff AD was overriding for using their layout colors). Qt claims being downwards but not upwards compatible. Afaik Max 2020 SP3 uses a newer QT version - but I could not get SP3 working (maybe due to my specific case).&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 09:30:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026153#M5805</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-24T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026156#M5806</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I do not know how to tell them..&lt;/P&gt;&lt;P&gt;Do you know?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'll open a ticket.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 09:31:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026156#M5806</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-24T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026176#M5807</link>
      <description>&lt;P&gt;If you asking me I prefer to create plugging without QT, because all dependency you need to use for 3dsmax is already too much, and use another one on top of that makes it harder and harder to upgrade and moving to the next 3dsmax.&lt;/P&gt;&lt;P&gt;Just use normal UI design tools, it is a little bit of pain in a... but You are going to get used to it.&lt;BR /&gt;in this case, it will be much easier to move to next 3dsmax SDK and next version, or you should keep many different QT version on you pc and keep tracking of each different version in addition of many things you already need to take care of just to be able to build your project for a different version of 3dsmax.&lt;BR /&gt;Do not go to that s... hole.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 10:04:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026176#M5807</guid>
      <dc:creator>omidt_gh</dc:creator>
      <dc:date>2021-01-24T10:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026597#M5808</link>
      <description>The more I use Qt, the more I like it! I also try now to get rid all these paramblk relations, where it's possible. Besides 'localization', which is much easier with Qt, I'm using the Qt ToolTip/Help system instead of writing docs. And if you need dynamically sized WinCtrls, I'd not even think about using WinApi anymore.</description>
      <pubDate>Sun, 24 Jan 2021 15:43:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026597#M5808</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-24T15:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026803#M5809</link>
      <description>&lt;P&gt;That's nice.&lt;BR /&gt;in some cases event the best solution.&lt;/P&gt;&lt;P&gt;Let me know about your progress.&lt;/P&gt;&lt;P&gt;And be careful with version and all things because you use Qt you need to store many different versions so you can compile your code in for a different versions of 3dsmax.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 17:40:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10026803#M5809</guid>
      <dc:creator>omidt_gh</dc:creator>
      <dc:date>2021-01-24T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10027256#M5810</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/450754"&gt;@omidt_gh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;And be careful with version and all things because you use Qt you need to store many different versions so you can compile your code in for a different versions of 3dsmax.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm used to it since Max3 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and there are so many other different dependencies like windows-version, vc-runtime, dotnet, physx-ver,..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 23:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10027256#M5810</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-24T23:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10027875#M5811</link>
      <description>&lt;P&gt;A qt 5.11.2 version can be found here:&amp;nbsp; &lt;A href="https://www.autodesk.com/company/legal-notices-trademarks/open-source-distribution" target="_blank"&gt;https://www.autodesk.com/company/legal-notices-trademarks/open-source-distribution&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 07:53:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10027875#M5811</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-25T07:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10029440#M5812</link>
      <description>&lt;P&gt;Hi everyone, for those interested to get the source code of the Qt version used by 3ds Max releases, please visit the public Autodesk forks on git:&amp;nbsp;&lt;A href="https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fautodesk-forks%2Fqtbase%2Freleases&amp;amp;data=04%7C01%7Cattila.szabo%40autodesk.com%7Cad5015cc92a44a482c9a08d8c104c945%7C67bff79e7f914433a8e5c9252d2ddc1d%7C0%7C0%7C637471573580864166%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=tZv5GdNjUi1QJ6VijZaUoAhDZfWwSAsU2xkny5D3crs%3D&amp;amp;reserved=0" target="_blank"&gt;https://github.com/autodesk-forks/qtbase/releases&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 17:32:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10029440#M5812</guid>
      <dc:creator>attilaszabo</dc:creator>
      <dc:date>2021-01-25T17:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10029988#M5813</link>
      <description>&lt;P&gt;Hi Attila,&lt;/P&gt;&lt;P&gt;thanks for the information!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 20:56:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10029988#M5813</guid>
      <dc:creator>istan</dc:creator>
      <dc:date>2021-01-25T20:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10030696#M5814</link>
      <description>&lt;P&gt;Mr attilaszabo:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the file.&lt;/P&gt;&lt;P&gt;I think I need save them in a folder as "msvc2017_64", right?&lt;/P&gt;&lt;P&gt;Also, I think I need to build it as shown in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.qt.io/archives/qt-5.11/windows-building.html" target="_blank"&gt;https://doc.qt.io/archives/qt-5.11/windows-building.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/203084"&gt;@istan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, istan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your resource.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think your file is the src.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I build&amp;nbsp;msvc2017_64 from src?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 02:49:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10030696#M5814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-26T02:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qt installation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10031857#M5815</link>
      <description>&lt;P&gt;You do not need to build it, of course you can build from source but it's not necessarily .&lt;BR /&gt;just download the correct version from this address &lt;A href="https://www.autodesk.com/company/legal-notices-trademarks/open-source-distribution" target="_blank" rel="noopener"&gt;https://www.autodesk.com/company/legal-notices-trademarks/open-source-distribution&lt;/A&gt; and add it to your plugin source and wizard as it shown in 3dsmax SDK document.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 13:02:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/qt-installation/m-p/10031857#M5815</guid>
      <dc:creator>omidt_gh</dc:creator>
      <dc:date>2021-01-26T13:02:38Z</dc:date>
    </item>
  </channel>
</rss>

