blob: 9130e621353176126f63f257557c37ef44fe41bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- MathMod.pro.orig 2025-01-08 20:23:35 UTC
+++ MathMod.pro
@@ -63,7 +63,7 @@ OTHER_FILES += \
mathmodcollection.js \
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
|