summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlayout/qlayout.pro
blob: e96411acb7d2bffa07eb84c48661316e2c515a7a (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*|symbian: {
   addFiles.files = baseline
   addFiles.path = .
   DEPLOYMENT += addFiles
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"

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