blob: 69e13655a816405fd0336fef5210ebf5f8c5c553 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- MathMod.pro.orig 2016-11-18 12:53:17 UTC
+++ MathMod.pro
@@ -58,7 +58,6 @@ FORMS = ui_forms/drawingoptions.ui \
RC_FILE = mm.rc
RESOURCES += myressources.qrc
-LIBS += -lopengl32
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
|