summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsview/xmlpatternsview.pro
blob: 875d221153993bea51e6d7ee4b65c5d71c620c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
QT += testlib
SOURCES += tst_xmlpatternsview.cpp

include (../xmlpatterns.pri)

TARGET = tst_xmlpatternsview

wince*: {
    viewexe.files = $$QT_BUILD_TREE/xmlpatternsview.exe
    viewexe.path = .
    DEPLOYMENT += viewexe
}