summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextbrowser/qtextbrowser.pro
blob: 6da3bfb78eda3ed877c7dc40a0cfcf6535406e7c (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
DEFINES += SRCDIR=\\\"$$PWD\\\"

contains(QT_CONFIG, qt3support): QT += qt3support


wince*: {
   addFiles.sources = *.html
   addFiles.path = .
   addDir.sources = subdir/*
   addDir.path = subdir
   DEPLOYMENT += addFiles addDir
}