aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/language.pro
blob: 1206bd328040ff8e1d524b175f9c7ca8c2e852b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = tst_language

SOURCES = tst_language.cpp

include(../auto.pri)
include(../../../src/app/shared/logging/logging.pri)

DATA_DIRS = testdata

for(data_dir, DATA_DIRS) {
    files = $$files($$PWD/$$data_dir/*, true)
    win32:files ~= s|\\\\|/|g
    for(file, files):!exists($$file/*):FILES += $$file
}

OTHER_FILES += $$FILES