diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-02-04 14:10:10 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-02-04 14:27:33 (GMT) |
commit | e9ab35ef663e9562385c974dcbeb7cf2d03ab70f (patch) | |
tree | c5ba2042c9908e0d8ec325f5fe1d1d1448d1f1d9 /tests | |
parent | 47a134b9a9136dc961dc5dd07e345aeb94b2d401 (diff) | |
download | Qt-e9ab35ef663e9562385c974dcbeb7cf2d03ab70f.zip Qt-e9ab35ef663e9562385c974dcbeb7cf2d03ab70f.tar.gz Qt-e9ab35ef663e9562385c974dcbeb7cf2d03ab70f.tar.bz2 |
Move the QtHelp tests in its own profile
Reviewed-by: Sergio Ahumada
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 1 | ||||
-rw-r--r-- | tests/auto/gui.pro | 10 | ||||
-rw-r--r-- | tests/auto/help.pro | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c0004f7..c677249 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -19,4 +19,5 @@ contains(QT_CONFIG, multimedia): SUBDIRS += multimedia.pro contains(QT_CONFIG, phonon): SUBDIRS += phonon.pro contains(QT_CONFIG, svg): SUBDIRS += svg.pro contains(QT_CONFIG, declarative): SUBDIRS += declarative.pro +!symbian SUBDIRS += help.pro diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro index 802e74a..4b809fb 100644 --- a/tests/auto/gui.pro +++ b/tests/auto/gui.pro @@ -80,11 +80,6 @@ SUBDIRS=\ qgroupbox \ qguivariant \ qheaderview \ - qhelpcontentmodel \ - qhelpenginecore \ - qhelpgenerator \ - qhelpindexmodel \ - qhelpprojectdata \ qicoimageformat \ qicon \ qimageiohandler \ @@ -221,10 +216,5 @@ win32:SUBDIRS -= qtextpiecetable qtextpiecetable \ symbian:SUBDIRS -= \ - qhelpcontentmodel \ - qhelpenginecore \ - qhelpgenerator \ - qhelpindexmodel \ - qhelpprojectdata \ qsystemtrayicon \ diff --git a/tests/auto/help.pro b/tests/auto/help.pro new file mode 100644 index 0000000..e6ee552 --- /dev/null +++ b/tests/auto/help.pro @@ -0,0 +1,8 @@ +TEMPLATE=subdirs +SUBDIRS=\ + qhelpcontentmodel \ + qhelpenginecore \ + qhelpgenerator \ + qhelpindexmodel \ + qhelpprojectdata \ + |