summaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-09 15:47:16 +0200
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-09-09 15:49:18 +0200
commitca80c31b5cdfbce031489e16042bcc2faab45b26 (patch)
tree302d2810dcd9b38b5cd72645bccc5a8da5fb504a /unittests
parent16c6ed7e05afeb9ad64845b473a082748d97a4c9 (diff)
No space after -L
Change-Id: I316c67ca8291ff278efbb6019039e26b0372852b Reviewed-on: http://codereview.qt-project.org/4551 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 1f9e371..d03cf85 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 -lQtAddOnMimeTypes
+LIBS += -L../../src/mimetypes -lQtAddOnMimeTypes
API_DIR = ../..
diff --git a/unittests/unittests.pro b/unittests/unittests.pro
index c2f2d7d..06bd64a 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 -lQtAddOnMimeTypes
+LIBS += -L../src/mimetypes -lQtAddOnMimeTypes
API_DIR = ..