Files
qt6windows7/examples/widgets/widgets/tooltips/tooltips.pro
2023-10-29 23:33:08 +01:00

13 lines
286 B
Prolog

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