summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuís Pereira <luis.artur.pereira@gmail.com>2013-08-29 08:18:22 -0700
committerLuís Pereira <luis.artur.pereira@gmail.com>2013-09-08 15:13:23 +0200
commite46ef400d66de04c3c1c76cb1defa0c6f600948a (patch)
tree5fafd68ebf7ccf08f50d87d91a0ad9c501ec5ea2
parent865932fee0044509fa396d3f9fc2b8bfaa7a125f (diff)
Fixes another typo bug in the LIBDIR install path
Change-Id: I5a7bf6045d51189f2fba5fae0b66cbbebeadbe2b Signed-off-by: Luís Pereira <luis.artur.pereira@gmail.com> Reviewed-by: David Faure KDE (deprecated, use kdab instead) <faure@kde.org>
-rw-r--r--src/mimetypes/mimetypes.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mimetypes/mimetypes.pro b/src/mimetypes/mimetypes.pro
index 00365ec..1f33754 100644
--- a/src/mimetypes/mimetypes.pro
+++ b/src/mimetypes/mimetypes.pro
@@ -73,7 +73,7 @@ symbian {
}
unix:!symbian {
- target.path = ${{LIBDIR}
+ target.path = $${LIBDIR}
the_includes.path = $${INCLUDEDIR}/QtMimeTypes
INSTALLS += target the_includes
}