aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlcalculator/qmlcalculator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmlcalculator/qmlcalculator.pro')
-rw-r--r--examples/embedded/qmlcalculator/qmlcalculator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedded/qmlcalculator/qmlcalculator.pro b/examples/embedded/qmlcalculator/qmlcalculator.pro
index 4a82d32227..72f45f56d1 100644
--- a/examples/embedded/qmlcalculator/qmlcalculator.pro
+++ b/examples/embedded/qmlcalculator/qmlcalculator.pro
@@ -6,7 +6,7 @@ include($$PWD/deployment.pri)
symbian {
TARGET.UID3 = 0x$$qmlcalculator_uid3 # defined in deployment.pri
- CONFIG += qt_demo
+ CONFIG += qt_example
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
LIBS += -lcone -leikcore -lavkon # Screen orientation
}