<?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[Resources &quot;qrc&quot; in Visual Studio]]></title><description><![CDATA[<p dir="auto">Hello,<br />
is it normal that I cannot load resources with their prefix in visual studio?</p>
<p dir="auto">I have files under shaders/filename, and I don't have problem to load using</p>
<pre><code>LoadShaders("shaders/SimpleVertexShader.vertexshader", "shaders/SimpleFragmentShader.fragmentshader");
</code></pre>
<p dir="auto">But if I try to use prefix added in qrc:</p>
<pre><code>LoadShaders(":/shaders/SimpleVertexShader.vertexshader", ":/shaders/SimpleFragmentShader.fragmentshader");
</code></pre>
<p dir="auto">nothing is loaded</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.qt.io/topic/58763/resources-qrc-in-visual-studio</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 23:33:59 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/58763.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Sep 2015 18:17:00 GMT</pubDate><ttl>60</ttl></channel></rss>