source: trunk/examples/xmlpatterns/xmlpatterns.pro@ 875

Last change on this file since 875 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 539 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = recipes \
3 trafficinfo \
4 xquery \
5 filetree \
6 schema
7
8# This example depends on QtWebkit as well.
9contains(QT_CONFIG, webkit):SUBDIRS += qobjectxmlmodel
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns
13sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlpatterns.pro README
14sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns
15INSTALLS += target sources
16
17symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.