summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/preprocess/project.pro
blob: 012c7e08aa83013cf7e0b9438e7aa5e06ca2d1ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
LANGUAGE = C++

SOURCES += main.cpp

TRANSLATIONS        += project.ts

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