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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/painting/transformations
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS transformations.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/painting/transformations
INSTALLS += target sources

QT += widgets