summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2016-09-15 14:07:17 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2020-10-26 13:27:36 +0100
commit4aa4e4f727233d8b620b2d591311c90cb8bed39b (patch)
treefeb299631e79d75ec555ff12021b0cfeda505d91 /tests/auto/auto.pro
parent72b5a4dcae9e9be4a6d66884d3cc0bfb2d692477 (diff)
Add macdeployqt autotest
Add testing framework and test that builds, deploys, and verifies deployment of simple and complex app bundles. Based on the windeployqt autotest. Change-Id: If02321daa77bde3a787372656a5816df78f4b13e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit e0c08b3bfd0d0a92a8d60991260ee377357fa94e)
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 0d3966a7e..742075325 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -11,7 +11,8 @@ SUBDIRS=\
cmake \
installed_cmake \
qtdiag \
- windeployqt
+ windeployqt \
+ macdeployqt
installed_cmake.depends = cmake
@@ -29,5 +30,6 @@ cross_compile:SUBDIRS -= qhelpcontentmodel qhelpenginecore qhelpindexmodel qhelp
qhelpindexmodel \
qhelpprojectdata \
-!qtConfig(process): SUBDIRS -= qtattributionsscanner linguist qtdiag windeployqt
+!qtConfig(process): SUBDIRS -= qtattributionsscanner linguist qtdiag windeployqt macdeployqt
!win32|winrt: SUBDIRS -= windeployqt
+!macos: SUBDIRS -= macdeployqt