qt5base-lts/examples/widgets/tooltips/tooltips.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

16 lines
462 B
Prolog

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: CONFIG += qt_example
QT += widgets