summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-03-06 18:51:41 -0800
committerQt by Nokia <qt-info@nokia.com>2012-03-07 18:43:41 +0100
commitaee8f7d81eaec36e7d406607644f8fce294f7e21 (patch)
treeed64aee7d38897866aae59ecb2aa6bec7d52a3f9 /qtbase.pro
parent55701b7de9d309a2492c637dd7aaf85ed569f1eb (diff)
Remove references to missing tests
17ddce4692b31af4374b28cd40b9f25e8ed629cd removed the endian test. 90a5492fb01ec3bc10c18c5a0acd38d6ed845a6d removed the ipv6 test. largefile and nix are long dead. Change-Id: If8e5d4f0546e30778b82ee99f662cb9ed3aefacb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/qtbase.pro b/qtbase.pro
index 01a5aa33dc..9290d5adcd 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -39,9 +39,6 @@ confclean.depends += clean
confclean.commands =
unix {
confclean.commands += (cd config.tests/unix/stl && $(MAKE) distclean); \
- (cd config.tests/unix/endian && $(MAKE) distclean); \
- (cd config.tests/unix/ipv6 && $(MAKE) distclean); \
- (cd config.tests/unix/largefile && $(MAKE) distclean); \
(cd config.tests/unix/ptrsize && $(MAKE) distclean); \
(cd config.tests/x11/notype && $(MAKE) distclean); \
(cd config.tests/unix/getaddrinfo && $(MAKE) distclean); \
@@ -50,7 +47,6 @@ unix {
(cd config.tests/unix/mysql && $(MAKE) distclean); \
(cd config.tests/unix/mysql_r && $(MAKE) distclean); \
(cd config.tests/unix/nis && $(MAKE) distclean); \
- (cd config.tests/unix/nix && $(MAKE) distclean); \
(cd config.tests/unix/iodbc && $(MAKE) distclean); \
(cd config.tests/unix/odbc && $(MAKE) distclean); \
(cd config.tests/unix/oci && $(MAKE) distclean); \