diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-06-02 10:31:58 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-06-02 10:31:58 (GMT) |
commit | 9f021d7c3130a93e2b0546136b873118f48772cf (patch) | |
tree | ed1910760e2773b5026021c64b72bd2632663a6c /examples/itemviews/puzzle/puzzle.pro | |
parent | f352f8e1bb1c34da9447f645eb923e322407d973 (diff) | |
parent | 17a4589e4d8e5dede5dc786a284115cb822872e0 (diff) | |
download | Qt-9f021d7c3130a93e2b0546136b873118f48772cf.zip Qt-9f021d7c3130a93e2b0546136b873118f48772cf.tar.gz Qt-9f021d7c3130a93e2b0546136b873118f48772cf.tar.bz2 |
Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public
Conflicts:
configure.exe
Diffstat (limited to 'examples/itemviews/puzzle/puzzle.pro')
-rw-r--r-- | examples/itemviews/puzzle/puzzle.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/itemviews/puzzle/puzzle.pro b/examples/itemviews/puzzle/puzzle.pro index e5ee3dd..de17a69 100644 --- a/examples/itemviews/puzzle/puzzle.pro +++ b/examples/itemviews/puzzle/puzzle.pro @@ -14,3 +14,8 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/puzzle INSTALLS += target sources include($$QT_SOURCE_TREE/examples/examplebase.pri) + +wince* { + DEPLOYMENT_PLUGIN += qjpeg qgif qtiff +} + |