summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro
blob: bdb0219537df8ff1851bf89ad43236215f413e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS   = window.h
SOURCES   = main.cpp \
            window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simplewidgetmapper
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simplewidgetmapper
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)