diff options
Diffstat (limited to 'examples/xmlpatterns/xmlpatterns.pro')
-rw-r--r-- | examples/xmlpatterns/xmlpatterns.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/xmlpatterns/xmlpatterns.pro b/examples/xmlpatterns/xmlpatterns.pro new file mode 100644 index 0000000..081abde --- /dev/null +++ b/examples/xmlpatterns/xmlpatterns.pro @@ -0,0 +1,16 @@ +TEMPLATE = subdirs +SUBDIRS = recipes \ + trafficinfo \ + xquery \ + filetree + +# This example depends on QtWebkit as well. +contains(QT_CONFIG, webkit):SUBDIRS += qobjectxmlmodel + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlpatterns.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |