6f262a60d1
Change-Id: I3a64dc0fb11f9ebbcb0cb2f97598370ca5962a3c Reviewed-on: http://codereview.qt.nokia.com/773 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
15 lines
413 B
Prolog
15 lines
413 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = calendar \
|
|
orderform \
|
|
syntaxhighlighter \
|
|
textedit
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|
|
maemo5: CONFIG += qt_example
|