summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}