qt5base-lts/examples/painting/imagecomposition/imagecomposition.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

17 lines
453 B
Prolog

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