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

HEADERS       = imagecomposer.h
SOURCES       = imagecomposer.cpp \
                main.cpp
RESOURCES     = imagecomposition.qrc

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