changeset 0 | 1918ee327afb |
child 33 | 3e2da88830cd |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 load(qttest_p4) |
|
2 SOURCES += tst_qtextbrowser.cpp |
|
3 !symbian*:DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
4 |
|
5 contains(QT_CONFIG, qt3support): QT += qt3support |
|
6 |
|
7 |
|
8 wince*|symbian*: { |
|
9 addFiles.sources = *.html |
|
10 addFiles.path = . |
|
11 addDir.sources = subdir/* |
|
12 addDir.path = subdir |
|
13 DEPLOYMENT += addFiles addDir |
|
14 } |
|
15 |
|
16 |
|
17 |