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

12 lines
323 B
Prolog

TEMPLATE = \
subdirs
SUBDIRS = \
imagegestures
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures
INSTALLS += target sources
QT += widgets