blob: 58e317b0da6a14b0a2b0b3617c989d5d5f99e592 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- MathMod.pro.orig 2021-03-08 16:59:36 UTC
+++ MathMod.pro
@@ -64,10 +64,10 @@ 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
DISTFILES += \
advancedmodels.js
|