<?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: Compiling Qt 6.41 with oneAPI 2023.0 in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443885#M2708</link>
    <description>&lt;P&gt;Qt asked to try without&amp;nbsp;&lt;SPAN&gt;-platform win32-icc in configure. The compiler identification still tries to test icpx.exe as the CXX compiler and fails. see the new CMake logs added to Qt bug report.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 18:07:05 GMT</pubDate>
    <dc:creator>Rich_F_1</dc:creator>
    <dc:date>2023-01-04T18:07:05Z</dc:date>
    <item>
      <title>Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1441404#M2693</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to compile Qt 6.4.1 with latest version oneAPI 2023.0&lt;/P&gt;
&lt;P&gt;Was able to compile it with 2022.2.1 after changing the win32-icc qmake.conf QMAKE_CC = icx&lt;BR /&gt;and applying the patch referenced by &lt;A href="https://bugreports.qt.io/browse/QTBUG-109015" target="_blank"&gt;https://bugreports.qt.io/browse/QTBUG-109015&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the configuration that worked with 2022.2.1&lt;/P&gt;
&lt;P&gt;c:\QT\qt-everywhere-src-6.4.1\configure.bat -prefix c:\QT\Qt6.4.1_20 -debug -platform win32-icc -nomake examples -cmake-generator Ninja -c++std c++20 --disable-pch "MySQL_LIBRARY=c:/qt/mysql-8.0.28-winx64/lib/libmysql.lib" "MySQL_INCLUDE_DIR=c:/qt/mysql-8.0.28-winx64/include/"&lt;/P&gt;
&lt;P&gt;With oneAPI 2023.0 icpx.exe now exists in the windows\bin so the configure.bat attempts to use it&lt;/P&gt;
&lt;P&gt;Wondering if anyone else is having the same problem.&lt;/P&gt;
&lt;P&gt;Rich&lt;/P&gt;
&lt;P&gt;Here is the configure error I'm seeing&lt;/P&gt;
&lt;P&gt;c:\Qt\Qt6.4.1_20&amp;gt;c:\QT\qt-everywhere-src-6.4.1\configure.bat -prefix c:\QT\Qt6.4.1_20 -debug -platform win32-icc -nomake examples -cmake-generator Ninja -c++std c++20 --disable-pch "MySQL_LIBRARY=c:/qt/mysql-8.0.28-winx64/lib/libmysql.lib" "MySQL_INCLUDE_DIR=c:/qt/mysql-8.0.28-winx64/include/"&lt;BR /&gt;c:\QT\qt-everywhere-src-6.4.1\configure.bat -prefix c:\QT\Qt6.4.1_20 -debug -platform win32-icc -nomake examples -cmake-generator Ninja -c++std c++20 --disable-pch "MySQL_LIBRARY=c:/qt/mysql-8.0.28-winx64/lib/libmysql.lib" "MySQL_INCLUDE_DIR=c:/qt/mysql-8.0.28-winx64/include/"&lt;BR /&gt;+ cd qtbase&lt;BR /&gt;+ c:\Qt\qt-everywhere-src-6.4.1\qtbase\configure.bat -top-level -prefix c:\QT\Qt6.4.1_20 -debug -platform win32-icc -nomake examples -cmake-generator Ninja -c++std c++20 --disable-pch "MySQL_LIBRARY=c:/qt/mysql-8.0.28-winx64/lib/libmysql.lib" "MySQL_INCLUDE_DIR=c:/qt/mysql-8.0.28-winx64/include/"&lt;BR /&gt;-- Windows 10 SDK version: 10.0.22000.0&lt;BR /&gt;'C:/Program Files/CMake/bin/cmake.exe' '-DBUILD_WITH_PCH=OFF' '-DCMAKE_INSTALL_PREFIX=c:/QT/Qt6.4.1_20' '-DQT_QMAKE_TARGET_MKSPEC=win32-icc' '-DQT_BUILD_EXAMPLES=FALSE' '-DCMAKE_BUILD_TYPE=Debug' '-DINPUT_cxx14=yes' '-DINPUT_cxx17=yes' '-DINPUT_cxx20=yes' '-G' 'Ninja' '-DMySQL_LIBRARY=c:/qt/mysql-8.0.28-winx64/lib/libmysql.lib' '-DMySQL_INCLUDE_DIR=c:/qt/mysql-8.0.28-winx64/include/' 'C:/Qt/qt-everywhere-src-6.4.1'&lt;BR /&gt;-- The CXX compiler identification is IntelLLVM 2023.0.0 with GNU-like command-line&lt;BR /&gt;-- The C compiler identification is IntelLLVM 2023.0.0 with MSVC-like command-line&lt;BR /&gt;-- The ASM compiler identification is IntelLLVM&lt;BR /&gt;-- Found assembler: C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/icx.exe&lt;BR /&gt;-- Detecting CXX compiler ABI info&lt;BR /&gt;-- Detecting CXX compiler ABI info - failed&lt;BR /&gt;-- Check for working CXX compiler: C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/icpx.exe&lt;BR /&gt;-- Check for working CXX compiler: C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/icpx.exe - broken&lt;BR /&gt;CMake Error at C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message):&lt;BR /&gt;The C++ compiler&lt;/P&gt;
&lt;P&gt;"C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/icpx.exe"&lt;/P&gt;
&lt;P&gt;is not able to compile a simple test program.&lt;/P&gt;
&lt;P&gt;It fails with the following output:&lt;/P&gt;
&lt;P&gt;Change Dir: C:/Qt/Qt6.4.1_20/CMakeFiles/CMakeTmp&lt;BR /&gt;&lt;BR /&gt;Run Build Command(s):C:/PROGRA~1/CMake/bin/ninja.exe cmTC_494ab &amp;amp;&amp;amp; [1/2] Building CXX object CMakeFiles\cmTC_494ab.dir\testCXXCompiler.cxx.obj&lt;BR /&gt;FAILED: CMakeFiles/cmTC_494ab.dir/testCXXCompiler.cxx.obj &lt;BR /&gt;C:\PROGRA~2\Intel\oneAPI\compiler\latest\windows\bin\icpx.exe /nologo /TP /DWIN32 /D_WINDOWS /EHsc /Zi /Ob0 /Od /RTC1 -MDd -QMD -QMT CMakeFiles\cmTC_494ab.dir\testCXXCompiler.cxx.obj -QMF CMakeFiles\cmTC_494ab.dir\testCXXCompiler.cxx.obj.d /FoCMakeFiles\cmTC_494ab.dir\testCXXCompiler.cxx.obj /FdCMakeFiles\cmTC_494ab.dir\ -c C:\Qt\Qt6.4.1_20\CMakeFiles\CMakeTmp\testCXXCompiler.cxx&lt;BR /&gt;icpx: error: unknown argument: '-nologo'&lt;BR /&gt;icpx: error: unknown argument: '-EHsc'&lt;BR /&gt;icpx: error: unknown argument: '-Zi'&lt;BR /&gt;icpx: error: unknown argument: '-MDd'&lt;BR /&gt;icpx: error: unknown argument: '-QMD'&lt;BR /&gt;icpx: error: unknown argument: '-QMT'&lt;BR /&gt;icpx: error: unknown argument: '-QMF'&lt;BR /&gt;icpx: error: no such file or directory: 'CMakeFiles\cmTC_494ab.dir\testCXXCompiler.cxx.obj'&lt;BR /&gt;icpx: error: no such file or directory: 'CMakeFiles\cmTC_494ab.dir\testCXXCompiler.cxx.obj.d'&lt;BR /&gt;ninja: build stopped: subcommand failed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CMake will not be able to correctly generate this project.&lt;BR /&gt;Call Stack (most recent call first):&lt;BR /&gt;CMakeLists.txt:17 (project)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-- Configuring incomplete, errors occurred!&lt;BR /&gt;See also "C:/Qt/Qt6.4.1_20/CMakeFiles/CMakeOutput.log".&lt;BR /&gt;See also "C:/Qt/Qt6.4.1_20/CMakeFiles/CMakeError.log".&lt;BR /&gt;CMake Error at C:/Qt/qt-everywhere-src-6.4.1/qtbase/cmake/QtProcessConfigureArgs.cmake:965 (message):&lt;BR /&gt;CMake exited with code 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;c:\Qt\Qt6.4.1_20&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2022 00:28:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1441404#M2693</guid>
      <dc:creator>Rich_F_1</dc:creator>
      <dc:date>2022-12-24T00:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1441923#M2696</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try using the icx compiler and let us know if you are facing any errors? (please provide us with the error log)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try using the icx compiler on windows as icx is the recommended default driver for Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At our end, when we try to extract the files from the latest qt(6.4.1)(&lt;A href="https://www.qt.io/offline-installers" target="_blank"&gt;https://www.qt.io/offline-installers&lt;/A&gt;), we are unable to extract it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VarshaS_Intel_0-1672145742281.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/36539i65EF14423CE70443/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="VarshaS_Intel_0-1672145742281.png" alt="VarshaS_Intel_0-1672145742281.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know from where you have downloaded the qt and the steps to build it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Varsha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 12:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1441923#M2696</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2022-12-27T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1442009#M2697</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I repeated the icpx command using icx and didn't get the unknown command line options errors but since it is part of the configuration script the temporary files were not available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Qt cmake configuration script sees the icpx.exe file and attempts to test it. It is ignoring the setting in the qtbase mkspecs&amp;nbsp;&lt;SPAN&gt;win32-icc qmake.conf file where I changed QMAKE_CC = icx. It should use icx because&amp;nbsp;&lt;BR /&gt;QMAKE_CXX = $$QMAKE_CC&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So it is something in the cmake scripts that I haven't tracked down yet. I didn't expect icpx to fail on the basic documented command line options.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Will file a Qt bug report if you do not. Wanted to check here first so I can let&amp;nbsp;&lt;SPAN&gt;Thiago Macieira know it has been addressed here.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The source files come from the same place you got them&amp;nbsp;(&lt;A class="sub_section_element_selectors" href="https://www.qt.io/offline-installers" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.qt.io/offline-installers&lt;/A&gt;),&amp;nbsp; There is a problem extracting them &lt;/SPAN&gt;because the file path was too long.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Extracting it to c:\tmp\ then moving it got around that problem.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;See my previous question.&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Data-Parallel-C/error-compiling-Qt-6-3-0-on-Windows-with-oneAPI-icx-using-c-20/m-p/1385969" target="_blank"&gt;Solved: error compiling Qt 6.3.0 on Windows with oneAPI icx using c++20 - Intel Communities&lt;/A&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Other tricks I've used in the past to get around zip file extraction problems are&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;1 Extracting on a Linux box and mounting the drive and copying the files.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;2 using tar eg tar.exe -xf archive zip&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN&gt;Windows 10 build 17063 or later is bundled with tar.exe which is capable of working with ZIP files from the command line.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;see&amp;nbsp;&lt;A href="https://superuser.com/questions/110991/can-you-zip-a-file-from-the-command-prompt-using-only-windows-built-in-capabili" target="_blank"&gt;https://superuser.com/questions/110991/can-you-zip-a-file-from-the-command-prompt-using-only-windows-built-in-capabili&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 20:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1442009#M2697</guid>
      <dc:creator>Rich_F_1</dc:creator>
      <dc:date>2022-12-27T20:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1442029#M2698</link>
      <description>&lt;P&gt;icpx is set in the cmake module CMakeDetermineCXXCompiler.cmake&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;# finally list compilers to try&lt;BR /&gt;if(NOT CMAKE_CXX_COMPILER_INIT)&lt;BR /&gt;set(CMAKE_CXX_COMPILER_LIST CC ${_CMAKE_TOOLCHAIN_PREFIX}c++ ${_CMAKE_TOOLCHAIN_PREFIX}g++ aCC cl bcc xlC icpx icx clang++)&lt;BR /&gt;endif()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Removing icpx from the list allows the Qt configuration to proceed with &lt;SPAN&gt;latest version oneAPI 2023.0&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the best solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;need a cmake guru to figure out the correct way to either disable icpx or force icx for the CXX compiler on windows.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 21:45:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1442029#M2698</guid>
      <dc:creator>Rich_F_1</dc:creator>
      <dc:date>2022-12-27T21:45:51Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443481#M2705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;Removing icpx from the list allows the Qt configuration to proceed with latest version oneAPI 2023.0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes, since icpx is only supported on Linux(not for windows). Please find the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-setup/use-the-command-line/invoke-the-compiler.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-setup/use-the-command-line/invoke-the-compiler.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know if you are facing any issues with building Qt with the Intel icx compiler? Since it is related to Qt compatibility not an error with the Intel compiler, could you please raise a ticket in the Qt forum?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2023 10:24:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443481#M2705</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-03T10:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443539#M2706</link>
      <description>&lt;P&gt;Qt 6.4.1 compiles and works using just 2023.0 icx.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If icpx is not the recommended compiler for Windows why is it included in the 2023.0 release for Windows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the Qt bug report.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bugreports.qt.io/browse/QTBUG-109793" target="_blank"&gt;[QTBUG-109793] configuration fails for oneAPI 2023.0 - Qt Bug Tracker&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 16:54:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443539#M2706</guid>
      <dc:creator>Rich_F_1</dc:creator>
      <dc:date>2023-01-03T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443885#M2708</link>
      <description>&lt;P&gt;Qt asked to try without&amp;nbsp;&lt;SPAN&gt;-platform win32-icc in configure. The compiler identification still tries to test icpx.exe as the CXX compiler and fails. see the new CMake logs added to Qt bug report.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 18:07:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1443885#M2708</guid>
      <dc:creator>Rich_F_1</dc:creator>
      <dc:date>2023-01-04T18:07:05Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1445307#M2725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the detailed information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;"icpx" is a GNU-style driver for Windows. As such it does not support CL-compatible options as well as the CL-style option format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;either disable icpx or force icx for the CXX compiler on windows.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Since it is a script in the QT file and icx is supported(and also it is working) it is not the issue with Intel Compilers.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2023 10:57:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1445307#M2725</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-10T10:57:02Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1447812#M2734</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please let us know if you have any other queries?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jan 2023 09:22:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1447812#M2734</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-18T09:22:35Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling Qt 6.41 with oneAPI 2023.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1449879#M2745</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need additional information, please start a new thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2023 05:36:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Compiling-Qt-6-41-with-oneAPI-2023-0/m-p/1449879#M2745</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-01-25T05:36:44Z</dc:date>
    </item>
  </channel>
</rss>

