summaryrefslogtreecommitdiffstats
path: root/examples/embedded/styledemo/styledemo.pro
diff options
context:
space:
mode:
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
}