summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/xmlpatterns.pro
blob: ea9c719a0db22239ca8b9eccea92e749ddb8557d (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
SUBDIRS += xquery
!contains(QT_CONFIG, no-widgets): SUBDIRS += filetree trafficinfo schema recipes

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns
sources.files = xmlpatterns.pro shared
sources.path = $$[QT_INSTALL_EXAMPLES]/qtxmlpatterns/xmlpatterns
INSTALLS += target sources