From ebfbac6145e75b5f6c9d2f6cf2befce41c7fadd2 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 23 Jun 2011 16:59:09 +0200 Subject: Add the embedded demos-examples to the build. Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf Reviewed-on: http://codereview.qt.nokia.com/686 Reviewed-by: Qt Sanity Bot Reviewed-by: David Boddie --- examples/embedded/lightmaps/lightmaps.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/embedded/lightmaps') diff --git a/examples/embedded/lightmaps/lightmaps.pro b/examples/embedded/lightmaps/lightmaps.pro index 2751c3a647..7622f88511 100644 --- a/examples/embedded/lightmaps/lightmaps.pro +++ b/examples/embedded/lightmaps/lightmaps.pro @@ -10,12 +10,12 @@ QT += network symbian { TARGET.UID3 = 0xA000CF75 - CONFIG += qt_demo + CONFIG += qt_example TARGET.CAPABILITY = NetworkServices TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 } -target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/lightmaps +target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro -sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/lightmaps +sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps INSTALLS += target sources -- cgit v1.2.3