1 2 3 4 5 6 7 8 9 10 11 12 13 14
TARGET = tst_qxmlformatter CONFIG += testcase QT += testlib SOURCES += tst_qxmlformatter.cpp TESTDATA = baselines/* input/* include (../xmlpatterns.pri) wince*:{ addFiles.files = baselines input addFiles.path = . DEPLOYMENT += addFiles }