summaryrefslogtreecommitdiff
path: root/bin/snippets/foreach.snp
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-16 17:33:56 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-21 08:52:19 +0100
commit0f20a20b4c5ed73f4449adb542b2a4a059b08de7 (patch)
tree9f7279523958e48c4daff53f40d6309e831c2e52 /bin/snippets/foreach.snp
parentf1a7c95813322a5988e7e3f0396a2e745a29419c (diff)
downloadqt-creator-0f20a20b4c5ed73f4449adb542b2a4a059b08de7.tar.gz
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.
Diffstat (limited to 'bin/snippets/foreach.snp')
-rw-r--r--bin/snippets/foreach.snp25
1 files changed, 0 insertions, 25 deletions
diff --git a/bin/snippets/foreach.snp b/bin/snippets/foreach.snp
deleted file mode 100644
index c00beb99e5..0000000000
--- a/bin/snippets/foreach.snp
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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>