summaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-08 14:37:39 +0200
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-08 14:38:21 +0200
commit16c6ed7e05afeb9ad64845b473a082748d97a4c9 (patch)
tree6366328b767806f164629aad01e3ed935275148d /unittests
parentc7bd94fcc0456d03d80aba6d80bd4ff2a659ca87 (diff)
Renamed the library.
Renamed the library from libmt-mimetypes.so to libQtAddOnMimeTypes.so Change-Id: Ibce0d3785eb562db6aad16c14272e5bd4ceeb5d7 Reviewed-on: http://codereview.qt-project.org/4446 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Wolf-Michael Bolle <wolf-michael.bolle@nokia.com>
Diffstat (limited to 'unittests')
-rw-r--r--unittests/declarative/tst_declarative_mimetypes.pro2
-rw-r--r--unittests/unittests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/unittests/declarative/tst_declarative_mimetypes.pro b/unittests/declarative/tst_declarative_mimetypes.pro
index 1b95b0d..1f9e371 100644
--- a/unittests/declarative/tst_declarative_mimetypes.pro
+++ b/unittests/declarative/tst_declarative_mimetypes.pro
@@ -4,7 +4,7 @@ TARGET=tst_declarative_mimetypes
QT += qmltest
# runtime environment
-LIBS += -L ../../src/mimetypes -lqt-mimetypes
+LIBS += -L ../../src/mimetypes -lQtAddOnMimeTypes
API_DIR = ../..
diff --git a/unittests/unittests.pro b/unittests/unittests.pro
index 96a323a..c2f2d7d 100644
--- a/unittests/unittests.pro
+++ b/unittests/unittests.pro
@@ -17,7 +17,7 @@ QMAKE_EXTRA_TARGETS += include_dependencies
POST_TARGETDEPS += include_dependencies
# runtime environment
-LIBS += -L ../src/mimetypes -lqt-mimetypes
+LIBS += -L ../src/mimetypes -lQtAddOnMimeTypes
API_DIR = ..