diff options
Diffstat (limited to 'math/mathmod/files/patch-MathMod.pro')
-rw-r--r-- | math/mathmod/files/patch-MathMod.pro | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/math/mathmod/files/patch-MathMod.pro b/math/mathmod/files/patch-MathMod.pro index a74e07fc4ead..69e13655a816 100644 --- a/math/mathmod/files/patch-MathMod.pro +++ b/math/mathmod/files/patch-MathMod.pro @@ -1,4 +1,4 @@ ---- MathMod.pro.orig 2016-03-03 21:15:56 UTC +--- MathMod.pro.orig 2016-11-18 12:53:17 UTC +++ MathMod.pro @@ -58,7 +58,6 @@ FORMS = ui_forms/drawingoptions.ui \ @@ -8,3 +8,16 @@ QT += opengl widgets OTHER_FILES += \ +@@ -67,10 +66,10 @@ OTHER_FILES += \ + mathmodconfig.js + + # install +-target.path = $TARGET ++target.path = $$INSTALL_ROOT/$$PREFIX/bin/ + sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mathmod.pro + sources.path = $TARGET +-INSTALLS += target sources ++INSTALLS += target + + DISTFILES += \ + advancedmodels.js |