blob: 9f0bf41e9abdaf427df812a7f9523e525d3a6632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
HEADERS = shapeitem.h \
sortingbox.h
SOURCES = main.cpp \
shapeItem.cpp \
sortingbox.cpp
RESOURCES = tooltips.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tooltips
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tooltips.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tooltips
INSTALLS += target sources
|