Moved utf8/ and deleted corelib.pro
authorJo Asplin <jo.asplin@nokia.com>
Mon, 7 Nov 2011 12:45:12 +0000 (13:45 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 8 Nov 2011 08:22:50 +0000 (09:22 +0100)
This change moves utf8/ into corelib, thus
allowing corelib.pro to be deleted.

Change-Id: Ib1b4e0930ac0e116d9bbc242a6dfb63ae5785d19
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/auto.pro
tests/auto/corelib.pro [deleted file]
tests/auto/corelib/codecs/codecs.pro
tests/auto/corelib/codecs/utf8/tst_utf8.cpp [moved from tests/auto/utf8/tst_utf8.cpp with 100% similarity]
tests/auto/corelib/codecs/utf8/utf8.pro [moved from tests/auto/utf8/utf8.pro with 100% similarity]

index 14ba4a9..a9047f0 100644 (file)
@@ -1,7 +1,7 @@
 TEMPLATE = subdirs
 
 SUBDIRS += \
-    corelib.pro \
+    corelib \
     dbus \
     host.pro \
     gui \
diff --git a/tests/auto/corelib.pro b/tests/auto/corelib.pro
deleted file mode 100644 (file)
index 007779a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE=subdirs
-SUBDIRS=\
-   corelib \
-   utf8
index 41c5d8e..5cd2653 100644 (file)
@@ -1,3 +1,4 @@
 TEMPLATE=subdirs
 SUBDIRS=\
-   qtextcodec
+   qtextcodec \
+   utf8 \ # Integrate into qtextcodec test? See QTBUG-22590.