summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-23 16:59:09 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-24 16:47:24 +0200
commitebfbac6145e75b5f6c9d2f6cf2befce41c7fadd2 (patch)
treee5a14574523ba428c9d6b4437c33cdcca14715b9 /examples/embedded/raycasting/raycasting.pro
parent64cb29a25244348f9d4cd92aaa2b90d8d52120a2 (diff)
Add the embedded demos-examples to the build.
Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf Reviewed-on: http://codereview.qt.nokia.com/686 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'examples/embedded/raycasting/raycasting.pro')
-rw-r--r--examples/embedded/raycasting/raycasting.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/embedded/raycasting/raycasting.pro b/examples/embedded/raycasting/raycasting.pro
index a4bb1826b9..83103a5aad 100644
--- a/examples/embedded/raycasting/raycasting.pro
+++ b/examples/embedded/raycasting/raycasting.pro
@@ -4,10 +4,10 @@ RESOURCES += raycasting.qrc
symbian {
TARGET.UID3 = 0xA000CF76
- CONFIG += qt_demo
+ CONFIG += qt_example
}
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
INSTALLS += target sources