summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/proparsingpaths/project.pro
blob: 820b4fab045d3fa1e57ad3b37a11f504a674b534 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += file*.cpp filter.cpp non-existing.cpp

include(sub/sub.pri)

TRANSLATIONS = project.ts

exists( $$TRANSLATIONS ) {
    win32: system(del $$TRANSLATIONS)
    unix:  system(rm -f $$TRANSLATIONS)
}