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

Last change on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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