equal
deleted
inserted
replaced
1 load(qttest_p4) |
1 load(qttest_p4) |
2 SOURCES += tst_qtextbrowser.cpp |
2 SOURCES += tst_qtextbrowser.cpp |
3 !symbian*:DEFINES += SRCDIR=\\\"$$PWD\\\" |
3 !symbian:DEFINES += SRCDIR=\\\"$$PWD\\\" |
4 |
4 |
5 contains(QT_CONFIG, qt3support): QT += qt3support |
5 contains(QT_CONFIG, qt3support): QT += qt3support |
6 |
6 |
7 |
7 |
8 wince*|symbian*: { |
8 wince*|symbian: { |
9 addFiles.sources = *.html |
9 addFiles.sources = *.html |
10 addFiles.path = . |
10 addFiles.path = . |
11 addDir.sources = subdir/* |
11 addDir.sources = subdir/* |
12 addDir.path = subdir |
12 addDir.path = subdir |
13 DEPLOYMENT += addFiles addDir |
13 DEPLOYMENT += addFiles addDir |