summarylogtreecommitdiffstats
path: root/filter_sketchfab.patch
blob: 55ccee47b611e3fd958aee97f964bafdd87c50d7 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro b/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro
index 75674cf2..9f7f0542 100644
--- a/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro
+++ b/src/plugins_experimental/filter_sketchfab/filter_sketchfab.pro
@@ -5,4 +5,4 @@ SOURCES += filter_sketchfab.cpp $$VCGDIR//wrap/ply/plylib.cpp
 TARGET   = filter_sketchfab
 #PRE_TARGETDEPS += filter_sketchfab.xml
 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 -sf "$$TARGET".xml lib"$$TARGET".xml"