summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-12 17:01:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-15 09:24:08 +0000
commit3bd5fe5ebfe07e298d6b6d759090239567d78f08 (patch)
tree2352a4807fab7d5c534a7e038b4f8e8b3e704737 /tests/auto/auto.pro
parent6510c1e18c336c0a2bb0049b44b56acc8ace990d (diff)
Add auto test for windeployqt.
Deploy test application and launch in clean environment with qt.conf to verify that deployment works. Task-number: QTBUG-46629 Change-Id: I3b73354b95e7e5c55c8f30991fbc9f7443176079 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a703a0609..20b5fec90 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -8,7 +8,8 @@ SUBDIRS=\
qhelpprojectdata \
cmake \
installed_cmake \
- qtdiag
+ qtdiag \
+ windeployqt
installed_cmake.depends = cmake
@@ -24,3 +25,4 @@ cross_compile:SUBDIRS -= linguist
qhelpprojectdata \
android|ios|qnx|wince*|winrt*:SUBDIRS -= qtdiag
+!win32|wince*|winrt*:SUBDIRS -= windeployqt