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

QT += widgets

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