summaryrefslogtreecommitdiff
path: root/tests/auto/patternistexamples/patternistexamples.pro
blob: 098b0fe9330152cabc37ca6792cb02e927565b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
load(qttest_p4)
SOURCES += tst_patternistexamples.cpp
CONFIG += qtestlib
wince*|symbian: {
	snippets.files = $$QT_SOURCE_TREE/doc/src/snippets/patternist/*
	snippets.path = patternist
	widgetRen.files = $$QT_SOURCE_TREE/examples/xmlpatterns/xquery/widgetRenderer/*
	widgetRen.path = widgetRenderer
	globVar.files = $$QT_SOURCE_TREE/examples/xmlpatterns/xquery/globalVariables/*
	globVar.path = globalVariables
	filetree.files = $$QT_SOURCE_TREE/examples/xmlpatterns/filetree/*
	filetree.path = filetree
	recipes.files = $$QT_SOURCE_TREE/examples/xmlpatterns/recipes/*
	recipes.path = recipes
	files.files = $$QT_SOURCE_TREE/examples/xmlpatterns/recipes/files/*
	files.path = recipes\\files

	DEPLOYMENT += snippets widgetRen globVar filetree recipes files
	# take care of dependency
	QT += network
}
include (../xmlpatterns.pri)