summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/transformations/transformations.pro
blob: 3f5398a2286f6a5c97aa52ade7cf0122eedd4829 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS     = renderarea.h \
              window.h
SOURCES     = main.cpp \
              renderarea.cpp \
	      window.cpp

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