summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/transformations/transformations.pro
blob: 72f42046db771f4c42c5537272eb568616527938 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS     = renderarea.h \
              window.h
SOURCES     = main.cpp \
              renderarea.cpp \
	      window.cpp

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

QT += widgets