blob: 15d8c6e67bd1fb8d05e93b7de6c7dee3334a4c30 [file] [log] [blame]
SOURCES += main.cpp composition.cpp
HEADERS += composition.h
SHARED_FOLDER = ../shared
include($$SHARED_FOLDER/shared.pri)
RESOURCES += composition.qrc
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/composition
INSTALLS += target