diff options
author | Jyri Tahtela <jyri.tahtela@nokia.com> | 2011-06-27 08:47:01 (GMT) |
---|---|---|
committer | Jyri Tahtela <jyri.tahtela@nokia.com> | 2011-06-27 08:47:01 (GMT) |
commit | 9f3fc0e9ce48c52c33c0ea9ff3f8b04d0c276267 (patch) | |
tree | e7d472a44f7b1c95961f8f31d792e8a04cf66c34 /examples/tutorials/addressbook-fr/part2/part2.pro | |
parent | f078275a2a4b2a279a6fcc24df3c21fe8b21f007 (diff) | |
parent | 36a464681a349a0915f821786b4617695c1d02d4 (diff) | |
download | Qt-9f3fc0e9ce48c52c33c0ea9ff3f8b04d0c276267.zip Qt-9f3fc0e9ce48c52c33c0ea9ff3f8b04d0c276267.tar.gz Qt-9f3fc0e9ce48c52c33c0ea9ff3f8b04d0c276267.tar.bz2 |
Merge remote-tracking branch 'qt/4.8'
Diffstat (limited to 'examples/tutorials/addressbook-fr/part2/part2.pro')
-rw-r--r-- | examples/tutorials/addressbook-fr/part2/part2.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/tutorials/addressbook-fr/part2/part2.pro b/examples/tutorials/addressbook-fr/part2/part2.pro index 01ce344..085b4d5 100644 --- a/examples/tutorials/addressbook-fr/part2/part2.pro +++ b/examples/tutorials/addressbook-fr/part2/part2.pro @@ -7,3 +7,10 @@ target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/addressbook/part2 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part2.pro sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/addressbook/part2 INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +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) |