qt5base-lts/examples/painting/imagecomposition/imagecomposition.pro

19 lines
483 B
Prolog
Raw Normal View History

HEADERS = imagecomposer.h
SOURCES = imagecomposer.cpp \
main.cpp
RESOURCES = imagecomposition.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/imagecomposition
sources.files = $$SOURCES $$HEADERS $$RESOURCES images *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/imagecomposition
INSTALLS += target sources
symbian {
TARGET.UID3 = 0xA000A64B
CONFIG += qt_example
}
QT += widgets
maemo5: CONFIG += qt_example