diff options
Diffstat (limited to 'tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro')
-rw-r--r-- | tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro b/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro new file mode 100644 index 0000000..772c833 --- /dev/null +++ b/tests/auto/patternistexamplefiletree/patternistexamplefiletree.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +SOURCES += tst_patternistexamplefiletree.cpp +QT = core + +include (../xmlpatterns.pri) |