blob: 8c947e41bd2e1024e0012746922985a1b9e0e7f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
HEADERS = imagewidget.h \
mainwidget.h
SOURCES = imagewidget.cpp \
main.cpp \
mainwidget.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
sources.files = $$SOURCES \
$$HEADERS \
$$RESOURCES \
$$FORMS \
imagegestures.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
INSTALLS += target \
sources
|