summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/deform/deform.pro
blob: 498ec5768601d0a0cab4fbe6b1d21f2344ec6fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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