summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlayout/qlayout.pro
blob: 28ca9dc86d4092a9b3ec8861dac89fb79908c71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)

QT += widgets widgets-private

SOURCES += tst_qlayout.cpp
wince* {
   addFiles.files = baseline
   addFiles.path = .
   DEPLOYMENT += addFiles
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"

   test_data.files = baseline/*
   test_data.path =  $${target.path}/baseline
   INSTALLS += test_data
}