0b26ad05bb
Update pro files after move gestures folder Update snippet statements Corrected path in imagegestures.pro Task-number: QTBUG-34749 Change-Id: Icc19908914e36507e412ab63bf0cc2809aa48e17 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
13 lines
248 B
Prolog
13 lines
248 B
Prolog
QT += widgets
|
|
|
|
HEADERS = imagewidget.h \
|
|
mainwidget.h
|
|
SOURCES = imagewidget.cpp \
|
|
main.cpp \
|
|
mainwidget.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/gestures/imagegestures
|
|
INSTALLS += target
|
|
|