summaryrefslogtreecommitdiff
path: root/tests/auto/patternistexamples/patternistexamples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/patternistexamples/patternistexamples.pro')
-rw-r--r--tests/auto/patternistexamples/patternistexamples.pro30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/auto/patternistexamples/patternistexamples.pro b/tests/auto/patternistexamples/patternistexamples.pro
index 02c6689..d55e979 100644
--- a/tests/auto/patternistexamples/patternistexamples.pro
+++ b/tests/auto/patternistexamples/patternistexamples.pro
@@ -3,22 +3,22 @@ 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
+ 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
+ DEPLOYMENT += snippets widgetRen globVar filetree recipes files
+ # take care of dependency
+ QT += network
} else {
DEFINES += SOURCETREE=\\\"$$absolute_path(../../..)/\\\"
}