qt5base-lts/examples/painting/painting.pro

17 lines
502 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
SUBDIRS = basicdrawing \
concentriccircles \
imagecomposition \
painterpaths \
transformations \
fontsampler
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting
INSTALLS += target sources
symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example