deform.pro Example File

painting/deform/deform.pro
 SOURCES += main.cpp pathdeform.cpp
 HEADERS += pathdeform.h

 SHARED_FOLDER = ../shared

 include($$SHARED_FOLDER/shared.pri)

 RESOURCES += deform.qrc

 QT += widgets

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/deform
 INSTALLS += target