author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
child 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
||
3 |
INCLUDEPATH += ../ |
|
4 |
||
5 |
HEADERS += |
|
6 |
SOURCES += tst_qtextedit.cpp |
|
7 |
||
8 |
wince*|symbian*: { |
|
9 |
addImages.sources = fullWidthSelection/* |
|
10 |
addImages.path = fullWidthSelection |
|
11 |
DEPLOYMENT += addImages |
|
12 |
} |
|
13 |
||
14 |
wince* { |
|
15 |
DEFINES += SRCDIR=\\\"./\\\" |
|
16 |
} else:!symbian { |
|
17 |
DEFINES += SRCDIR=\\\"$$PWD/\\\" |
|
18 |
} |
|
19 |
||
20 |
contains(QT_CONFIG, qt3support): QT += qt3support |