summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qlayout/qlayout.pro
blob: 4a5db512c8f9c8bf038564c7a85402074d624e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qlayout

QT += widgets widgets-private testlib

SOURCES += tst_qlayout.cpp
wince* {
   addFiles.files = baseline
   addFiles.path = .
   DEPLOYMENT += addFiles
} else {
   TESTDATA += baseline/*
}