summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/imagecomposition/imagecomposition.pro
blob: 877270f5a81b4967fc5ae90150e1e62cb35dbef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS       = imagecomposer.h
SOURCES       = imagecomposer.cpp \
                main.cpp
RESOURCES     = imagecomposition.qrc

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

QT += widgets