a889305c7e
all examples compile again
17 lines
453 B
Prolog
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
|