This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
load(qttest_p4) |
| 2 |
SOURCES += tst_patternistexamples.cpp |
| 3 |
CONFIG += qtestlib |
| 4 |
wince*|symbian: { |
| 5 |
snippets.files = $$QT_SOURCE_TREE/doc/src/snippets/patternist/* |
| 6 |
snippets.path = patternist |
| 7 |
widgetRen.files = $$QT_SOURCE_TREE/examples/xmlpatterns/xquery/widgetRenderer/* |
| 8 |
widgetRen.path = widgetRenderer |
| 9 |
globVar.files = $$QT_SOURCE_TREE/examples/xmlpatterns/xquery/globalVariables/* |
| 10 |
globVar.path = globalVariables |
| 11 |
filetree.files = $$QT_SOURCE_TREE/examples/xmlpatterns/filetree/* |
| 12 |
filetree.path = filetree |
| 13 |
recipes.files = $$QT_SOURCE_TREE/examples/xmlpatterns/recipes/* |
| 14 |
recipes.path = recipes |
| 15 |
files.files = $$QT_SOURCE_TREE/examples/xmlpatterns/recipes/files/* |
| 16 |
files.path = recipes\\files |
| 17 |
|
| 18 |
DEPLOYMENT += snippets widgetRen globVar filetree recipes files |
| 19 |
# take care of dependency |
| 20 |
QT += network |
| 21 |
} |
| 22 |
include (../xmlpatterns.pri) |