0
|
1 |
############################################################
|
|
2 |
# Project file for autotest for file qlayout.h
|
|
3 |
############################################################
|
|
4 |
|
|
5 |
load(qttest_p4)
|
|
6 |
|
|
7 |
SOURCES += tst_qlayout.cpp
|
|
8 |
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
9 |
wince*|symbian*: {
|
|
10 |
addFiles.sources = baseline
|
|
11 |
addFiles.path = .
|
|
12 |
DEPLOYMENT += addFiles
|
|
13 |
}
|
|
14 |
|