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

QT += widgets widgets-private testlib

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

   TESTDATA += baseline/*
}