summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tooltips/tooltips.pro
blob: e3e8520f8dc793b1e54b5c5c4e828a5bf73a71ee (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/widgets/tooltips
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tooltips.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tooltips
INSTALLS += target sources

QT += widgets