blob: dfb8ba8ae15a57a76826f51136357f4bc6e7f829 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
TARGET = tst_patternistexamples
CONFIG += testcase
SOURCES += tst_patternistexamples.cpp
QT += testlib
wince*: {
snippets.files = ../../../doc/src/snippets/patternist/*
snippets.path = patternist
widgetRen.files = ../../../examples/xquery/widgetRenderer/*
widgetRen.path = widgetRenderer
globVar.files = ../../../examples/xquery/globalVariables/*
globVar.path = globalVariables
filetree.files = ../../../examples/filetree/*
filetree.path = filetree
recipes.files = ../../../examples/recipes/*
recipes.path = recipes
files.files = ../../../examples/recipes/files/*
files.path = recipes\\files
DEPLOYMENT += snippets widgetRen globVar filetree recipes files
# take care of dependency
QT += network
} else {
DEFINES += SOURCETREE=\\\"$$absolute_path(../../..)/\\\"
}
include (../xmlpatterns.pri)
|