aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox-windows.pro
blob: a9e8fdbd241bdcb99eb9accbc933c5b02e82368d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = tst_blackbox-windows

HEADERS = tst_blackboxwindows.h tst_blackboxbase.h
SOURCES = tst_blackboxwindows.cpp tst_blackboxbase.cpp
OBJECTS_DIR = windows
MOC_DIR = $${OBJECTS_DIR}-moc

include(../auto.pri)

DATA_DIRS = testdata-windows ../find

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