branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
1 TEMPLATE = subdirs |
1 load(qttest_p4) |
2 CONFIG += ordered |
2 SOURCES += tst_xmlpatternsview.cpp |
3 |
3 |
4 SUBDIRS = ../xmlpatternsxqts test |
4 include (../xmlpatterns.pri) |
5 |
5 |
6 contains(QT_CONFIG,xmlpatterns) { |
6 TARGET = tst_xmlpatternsview |
7 SUBDIRS += view |
7 |
8 wince*: { |
|
9 viewexe.sources = $$QT_BUILD_TREE/xmlpatternsview.exe |
|
10 viewexe.path = . |
|
11 DEPLOYMENT += viewexe |
|
8 } |
12 } |
9 requires(contains(QT_CONFIG,private_tests)) |