summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tooltips/tooltips.pro
blob: 823fa0e938ba909594217083ed9adc57f58a9d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = shapeitem.h \
                sortingbox.h
SOURCES       = main.cpp \
                shapeitem.cpp \
                sortingbox.cpp
RESOURCES     = tooltips.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tooltips
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tooltips.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tooltips
INSTALLS += target sources

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