don't reference $$QT_SOURCE/BUILD_TREE - they're unavailable here
[profile/ivi/qtxmlpatterns.git] / tests / auto / patternistexamples / patternistexamples.pro
1 TARGET = tst_patternistexamples
2 CONFIG += testcase
3 SOURCES += tst_patternistexamples.cpp
4 QT += testlib
5 wince*: {
6         snippets.files = ../../../doc/src/snippets/patternist/*
7         snippets.path = patternist
8         widgetRen.files = ../../../examples/xquery/widgetRenderer/*
9         widgetRen.path = widgetRenderer
10         globVar.files = ../../../examples/xquery/globalVariables/*
11         globVar.path = globalVariables
12         filetree.files = ../../../examples/filetree/*
13         filetree.path = filetree
14         recipes.files = ../../../examples/recipes/*
15         recipes.path = recipes
16         files.files = ../../../examples/recipes/files/*
17         files.path = recipes\\files
18
19         DEPLOYMENT += snippets widgetRen globVar filetree recipes files
20         # take care of dependency
21         QT += network
22 } else {
23     DEFINES += SOURCETREE=\\\"$$absolute_path(../../..)/\\\"
24 }
25 include (../xmlpatterns.pri)