summaryrefslogtreecommitdiffstats
path: root/examples/embedded/flightinfo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/flightinfo')
-rw-r--r--examples/embedded/flightinfo/flightinfo.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/embedded/flightinfo/flightinfo.pro b/examples/embedded/flightinfo/flightinfo.pro
index a33423f543..9fce741b9c 100644
--- a/examples/embedded/flightinfo/flightinfo.pro
+++ b/examples/embedded/flightinfo/flightinfo.pro
@@ -7,11 +7,11 @@ QT += network
symbian {
TARGET.UID3 = 0xA000CF74
- CONFIG += qt_demo
+ CONFIG += qt_example
TARGET.CAPABILITY = NetworkServices
}
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flightinfo
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flightinfo
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
INSTALLS += target sources