summarylogtreecommitdiffstats
path: root/filter_measure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'filter_measure.patch')
-rw-r--r--filter_measure.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter_measure.patch b/filter_measure.patch
index bdc8da34af68..9d82fd44098d 100644
--- a/filter_measure.patch
+++ b/filter_measure.patch
@@ -7,4 +7,4 @@ index 3f781354..2dec69f4 100644
macx:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml"
-
-+linux:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; cd ../../distrib/plugins/ ; ln -s "$$TARGET".xml lib"$$TARGET".xml"
++linux:QMAKE_POST_LINK = "cp "$$_PRO_FILE_PWD_/$$TARGET".xml ../../distrib/plugins/"$$TARGET".xml; cd ../../distrib/plugins/ ; ln -sf "$$TARGET".xml lib"$$TARGET".xml"