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

Last change on this file since 987 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