summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tooltips/tooltips.pro
blob: d14b8295ba14cfb1a3d77497b11f3a337fe08bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

HEADERS       = shapeitem.h \
                sortingbox.h
SOURCES       = main.cpp \
                shapeitem.cpp \
                sortingbox.cpp
RESOURCES     = tooltips.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/tooltips
INSTALLS += target