summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlayout/qlayout.pro
blob: b8745c9f57a289203798af38695b099fd9caee20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CONFIG += testcase

TARGET = tst_qlayout
QT += testlib
SOURCES += tst_qlayout.cpp

contains(QT_CONFIG, qt3support): QT += qt3support
wince*|symbian: {
   wince*:DEFINES += SRCDIR=\\\"\\\"
   addFiles.files = baseline
   addFiles.path = .
   DEPLOYMENT += addFiles
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"

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