author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_patternistexamples.cpp |
|
3 |
CONFIG += qtestlib |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
4 |
wince*|symbian: { |
0 | 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/* |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
16 |
files.path = recipes\\files |
0 | 17 |
|
18 |
DEPLOYMENT += snippets widgetRen globVar filetree recipes files |
|
19 |
# take care of dependency |
|
20 |
QT += network |
|
21 |
} |
|
22 |
include (../xmlpatterns.pri) |