forked from qt-creator/qt-creator
Fixes: Implement make install target, Step 1
Details: Moving files so that the local layout corresponds to the layout pushed by make install. Adjust Make target, modify the resource path of the loader to find the resources in the right place. All pathes are still looked up relative to binaryPath(), libs are found via relative rpath.
This commit is contained in:
25
share/qtcreator/snippets/foreach.snp
Normal file
25
share/qtcreator/snippets/foreach.snp
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE QtWorkbenchSnippet>
|
||||
<qtworkbench>
|
||||
<data>
|
||||
<variable>Name</variable>
|
||||
<value type="QString" >foreach statement</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>Description</variable>
|
||||
<value type="QString" >This creates a foreach statement</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>Category</variable>
|
||||
<value type="QString" >Common Statements</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>Shortcut</variable>
|
||||
<value type="QString" >fo</value>
|
||||
</data>
|
||||
<data>
|
||||
<variable>Contents</variable>
|
||||
<value type="QString" ><![CDATA[foreach ($cursor$) {
|
||||
$selection$
|
||||
}]]></value>
|
||||
</data>
|
||||
</qtworkbench>
|
||||
Reference in New Issue
Block a user