16 lines
439 B
Prolog
16 lines
439 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
|
|
}
|