diff options
Diffstat (limited to 'examples/widgets/movie/movie.pro')
-rw-r--r-- | examples/widgets/movie/movie.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/widgets/movie/movie.pro b/examples/widgets/movie/movie.pro index d59bf2ee26..62cc8bcfe2 100644 --- a/examples/widgets/movie/movie.pro +++ b/examples/widgets/movie/movie.pro @@ -17,3 +17,8 @@ wince*: { DEPLOYMENT_PLUGIN += qmng } +maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) + +symbian: warning(This example might not fully work on Symbian platform) +maemo5: warning(This example might not fully work on Maemo platform) +simulator: warning(This example might not fully work on Simulator platform) |