diff options
author | Jo Asplin <jo.asplin@nokia.com> | 2011-11-09 16:07:19 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-10 09:32:00 +0100 |
commit | 385450bf154c33660e4790768feaf648cc929663 (patch) | |
tree | 7f190c89d9c608f30d40b5bb5bc4118498b083cf /tests/auto/auto.pro | |
parent | 65a4bdd109d924f802379a67b8bf23f9cefc8a54 (diff) | |
download | qtscript-385450bf154c33660e4790768feaf648cc929663.tar.gz |
Finalized moving qtipc autotest from qtbase to qtscript
The qtipc autotest needs to live in qtscript due to dependencies
to that module.
This commit forms the second of two steps to move qtipc from
qtbase to qtscript.
The first step - deleting qtipc from qtbase - was done
in Commit 540e368e04c5928e4f1a33d6767789d1a2da3a96.
Change-Id: Ie8e326baa6afc40433403313c3b06a9f0f830c12
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 2967e94..ba2f71e 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -15,8 +15,10 @@ SUBDIRS=\ qscriptvalue \ qscriptvaluegenerated \ qscriptvalueiterator \ + qtipc \ -!contains(QT_CONFIG,private-tests):SUBDIRS -= \ +!contains(QT_CONFIG, private_tests):SUBDIRS -= \ qscriptcontext \ + qtipc \ !cross_compile: SUBDIRS += host.pro |