summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tooltips/tooltips.pro
blob: 4cbb6ca6ea11dbe10c2d3192f544b32f32c924e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)