1HEADERS       = mainwindow.h
2SOURCES       = main.cpp \
3                mainwindow.cpp
4RESOURCES     = sdi.qrc
5
6# install
7target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/sdi
8sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS sdi.pro images
9sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/sdi
10INSTALLS += target sources
11
12symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
13maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
14
15symbian: warning(This example might not fully work on Symbian platform)
16simulator: warning(This example might not fully work on Simulator platform)
17