diff options
Diffstat (limited to 'examples/widgets/calendarwidget/calendarwidget.pro')
-rw-r--r-- | examples/widgets/calendarwidget/calendarwidget.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/calendarwidget/calendarwidget.pro b/examples/widgets/calendarwidget/calendarwidget.pro index 5b0584d171..6e664cf353 100644 --- a/examples/widgets/calendarwidget/calendarwidget.pro +++ b/examples/widgets/calendarwidget/calendarwidget.pro @@ -13,7 +13,7 @@ symbian { CONFIG += qt_example } QT += widgets -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example symbian: warning(This example might not fully work on Symbian platform) maemo5: warning(This example might not fully work on Maemo platform) |