Install examples to example hierarchy
[profile/ivi/qtdeclarative.git] / examples / quick / modelviews / modelviews.pro
index 7748da0..7e62266 100644 (file)
@@ -1,8 +1,18 @@
-TEMPLATE = subdirs
+TEMPLATE = app
 
-SUBDIRS += \
-    abstractitemmodel \
-    objectlistmodel \
-    stringlistmodel
+QT += quick qml
+SOURCES += main.cpp
 
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/modelviews
+qml.files = \
+        modelviews.qml \
+        gridview \
+        listview \
+        package \
+        parallax \
+        pathview \
+        visualdatamodel \
+        visualitemmodel
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/modelviews
+INSTALLS += target qml