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

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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example