summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styledemo/styledemo.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-07-04 10:30:18 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-06 13:29:44 +0200
commita97d4dcb24a9fc69ee57c5607005a4e8b85d3b32 (patch)
tree64f4a48d456bc19e73997c12b1025ee3fc85541b /examples/embedded/styledemo/styledemo.pro
parent26a6d3f11b5a88fb2b6564384429eadffc3f16c3 (diff)
Remove references to QT_INSTALL_DEMOS & DemosPath.
The distinction between 'examples' and 'demos' is completely blurred at this point. We've decided, with the SDK people, to scrap the existing terminology in favor of the word 'example' only -- distinguishing between code snippets, walkthroughs, "demonstrations" can be done via keywords or some other method. Removing QT_INSTALL_DEMOS from all .pro files in Qt is still in progress. Change-Id: I86fc0e40d54baa54c5641fc6acbd8b67e4ad2789 Reviewed-on: http://codereview.qt.nokia.com/1034 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'examples/embedded/styledemo/styledemo.pro')
-rw-r--r--examples/embedded/styledemo/styledemo.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/embedded/styledemo/styledemo.pro b/examples/embedded/styledemo/styledemo.pro
index 60700dd1df..e005a2f3fe 100644
--- a/examples/embedded/styledemo/styledemo.pro
+++ b/examples/embedded/styledemo/styledemo.pro
@@ -6,12 +6,12 @@ FORMS += stylewidget.ui
SOURCES += main.cpp stylewidget.cpp
RESOURCES += styledemo.qrc
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/styledemo
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styledemo
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/styledemo
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styledemo
INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000A63F
- CONFIG += qt_demo
+ CONFIG += qt_example
}