summarylogtreecommitdiffstats
path: root/filter_sketchfab.patch
diff options
context:
space:
mode:
authorbartus2020-05-28 16:06:12 +0200
committerbartus2020-05-30 09:18:26 +0200
commitdcbdc95c5e81a60cd98712ece43efc12d0dffe65 (patch)
tree1844b023dbd36f907f16bbdd42379c527cae71b0 /filter_sketchfab.patch
parent31e8ecc3797cf78a1c8da32616d574de3138996e (diff)
downloadaur-dcbdc95c5e81a60cd98712ece43efc12d0dffe65.tar.gz
Switch to cmake build system.
Diffstat (limited to 'filter_sketchfab.patch')
-rw-r--r--filter_sketchfab.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/filter_sketchfab.patch b/filter_sketchfab.patch
deleted file mode 100644
index 55ccee47b611..000000000000
--- a/filter_sketchfab.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-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"