summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qml1_plugin.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-26 15:26:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-30 21:46:43 +0100
commit21d74702d18b2aa745ea847b5aa0fb1c970df817 (patch)
treeac046a6b06deab480dedab3c5fd2d326e22070af /mkspecs/features/qml1_plugin.prf
parentdca34854efc4ff10965794495d7e1d904321a447 (diff)
add qml1_{module,plugin}.prf
these are in fact thin wrappers around the qml2 variants, which got respective hooks. Change-Id: I1190856aea3f454b6f163e147d39c707a35ec4c6 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features/qml1_plugin.prf')
-rw-r--r--mkspecs/features/qml1_plugin.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/qml1_plugin.prf b/mkspecs/features/qml1_plugin.prf
new file mode 100644
index 0000000000..2914c78ea3
--- /dev/null
+++ b/mkspecs/features/qml1_plugin.prf
@@ -0,0 +1,2 @@
+CONFIG += qml1_target
+load(qml_plugin)