| 1 | TEMPLATE = app |
| 2 | SOURCES = main.cpp |
| 3 | |
| 4 | QT += maemo5 dbus |
| 5 | |
| 6 | # install |
| 7 | target.path = $$[QT_INSTALL_EXAMPLES]/maemo5/rotation |
| 8 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS rotation.pro |
| 9 | sources.path = $$[QT_INSTALL_EXAMPLES]/maemo5/rotation |
| 10 | INSTALLS += target sources |

