summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextbrowser/qtextbrowser.pro
blob: 773fb975a86cb6c8c24a46fc8994036103ebffcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
SOURCES += tst_qtextbrowser.cpp
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"

contains(QT_CONFIG, qt3support): QT += qt3support


wince*|symbian: {
   addFiles.files = *.html
   addFiles.path = .
   addDir.files = subdir/*
   addDir.path = subdir
   DEPLOYMENT += addFiles addDir
}