summaryrefslogtreecommitdiffstats
path: root/kate/data/qmake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/qmake.xml')
-rw-r--r--kate/data/qmake.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/kate/data/qmake.xml b/kate/data/qmake.xml
index d267033c4..821213a14 100644
--- a/kate/data/qmake.xml
+++ b/kate/data/qmake.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="QMake" section="Other" extensions="*.pro;*.pri;" mimetype="" version="1.1" kateversion="2.0" author="Milian Wolff (mail@milianw.de)" license="LGPL">
+<language name="QMake" section="Other" extensions="*.pro;*.pri;*.prf;" mimetype="" version="1.2" kateversion="2.0" author="Milian Wolff (mail@milianw.de)" license="LGPL">
<highlighting>
<list name="variables">
@@ -38,6 +38,10 @@
<item>UI_DIR</item>
<item>MOC_DIR</item>
<item>OBJECTS_DIR</item>
+ <item>VPATH</item>
+ <!--TODO: add all items from the right panel on
+ http://doc.qt.nokia.com/stable/qmake-variable-reference.html
+ -->
</list>
<list name="functions">
<item>contains</item>
@@ -120,4 +124,4 @@
</general>
</language>
-<!-- kate: indent-width 2; --> \ No newline at end of file
+<!-- kate: indent-width 2; -->