summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imageviewer/imageviewer.pro
blob: 68c1f1ce8d768c18ca5114e4831c989ed347dec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS += imagewidget.h
SOURCES += imagewidget.cpp \
    main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer
sources.files = $$SOURCES \
    $$HEADERS \
    $$RESOURCES \
    $$FORMS \
    imageviewer.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer
INSTALLS += target \
    sources