summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextbrowser/qtextbrowser.pro
blob: e159a3cb47e421835d05ff2eb2ae65d5af6a34ae (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.sources = *.html
   addFiles.path = .
   addDir.sources = subdir/*
   addDir.path = subdir
   DEPLOYMENT += addFiles addDir
}