aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2013-01-23 15:17:27 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 22:44:11 +0100
commit78b3aed3264439cd95ca23a47e53e15b769a58ae (patch)
tree4228a117f0b48b8e62fc03c03ca7e3bf82efaff3 /src/qml/qml.pro
parent2050601125eeb72950a7d718b5136d16c898f8e6 (diff)
Move QML types to types folder
The QtQml module has gain a bunch of QML types cluttering up the qml folder. Moving them to types organizes them a bit better. Change-Id: I570884c00f4abc48f4f1aea048bf002bc70223f3 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index 08aa369ac3..8dbe0c65d1 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -25,4 +25,4 @@ include(util/util.pri)
include(qml/qml.pri)
include(debugger/debugger.pri)
include(animations/animations.pri)
-include(items/items.pri)
+include(types/types.pri)