summaryrefslogtreecommitdiff
path: root/tests/auto/qmlinterface/qmlinterface.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-11-08 17:03:33 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-10 06:46:48 +0100
commit65a550ecfb9c3ed8adf452c923b2b43d71501aca (patch)
treec765f9163a9de2ff9d6d99780203a66ceff6e72d /tests/auto/qmlinterface/qmlinterface.pro
parent18e0a28cb0bd9bfc407d9203b72fea0612135109 (diff)
downloadqtlocation-65a550ecfb9c3ed8adf452c923b2b43d71501aca.tar.gz
Add support for getting/setting QML location elements from C++.
Change-Id: Ia5b353e7f97f2bc93c988cbfbd8d57784d3e3bbd Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/qmlinterface/qmlinterface.pro')
-rw-r--r--tests/auto/qmlinterface/qmlinterface.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/auto/qmlinterface/qmlinterface.pro b/tests/auto/qmlinterface/qmlinterface.pro
new file mode 100644
index 00000000..d462d698
--- /dev/null
+++ b/tests/auto/qmlinterface/qmlinterface.pro
@@ -0,0 +1,35 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2011-11-09T15:45:51
+#
+#-------------------------------------------------
+
+QT += location declarative testlib
+
+#QT -= gui
+
+TARGET = tst_qmlinterface
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+
+SOURCES += tst_qmlinterface.cpp
+DEFINES += SRCDIR=\\\"$$PWD/\\\"
+
+OTHER_FILES += \
+ data/TestCategory.qml \
+ data/TestCoordinate.qml \
+ data/TestAddress.qml \
+ data/TestBoundingBox.qml \
+ data/TestBoundingCircle.qml \
+ data/TestLocation.qml \
+ data/TestPlace.qml \
+ data/TestIcon.qml \
+ data/TestRating.qml \
+ data/TestSupplier.qml \
+ data/TestUser.qml \
+ data/TestPlaceAttribute.qml \
+ data/TestContactDetail.qml
+