a889305c7e
all examples compile again
12 lines
323 B
Prolog
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
|