ed5a7e22be
Functionality has been moved into qt_example.prf Change-Id: I81423eb4c5645f03b131932b2d37eceee9fea086 Reviewed-on: http://codereview.qt.nokia.com/371 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
18 lines
469 B
Prolog
18 lines
469 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
|
|
}
|
|
maemo5: CONFIG += qt_example
|
|
|