0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES += tst_patternistexamples.cpp
|
|
3 |
CONFIG += qtestlib
|
|
4 |
wince*|symbian*: {
|
|
5 |
snippets.sources = $$QT_SOURCE_TREE/doc/src/snippets/patternist/*
|
|
6 |
snippets.path = patternist
|
|
7 |
widgetRen.sources = $$QT_SOURCE_TREE/examples/xmlpatterns/xquery/widgetRenderer/*
|
|
8 |
widgetRen.path = widgetRenderer
|
|
9 |
globVar.sources = $$QT_SOURCE_TREE/examples/xmlpatterns/xquery/globalVariables/*
|
|
10 |
globVar.path = globalVariables
|
|
11 |
filetree.sources = $$QT_SOURCE_TREE/examples/xmlpatterns/filetree/*
|
|
12 |
filetree.path = filetree
|
|
13 |
recipes.sources = $$QT_SOURCE_TREE/examples/xmlpatterns/recipes/*
|
|
14 |
recipes.path = recipes
|
|
15 |
files.sources = $$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)
|