Changed some Makefiles in order to make it possible to run musrfit with cygwin
This commit is contained in:
parent
970d272081
commit
41cc14fc1f
@ -2,6 +2,9 @@ TEMPLATE = app
|
|||||||
TARGET = musrgui
|
TARGET = musrgui
|
||||||
target.path = $$(HOME)/analysis/bin
|
target.path = $$(HOME)/analysis/bin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
QMAKE_CC = gcc
|
||||||
|
QMAKE_CXX = g++
|
||||||
|
QMAKE_LFLAGS_SHAPP = -W1,--enable-auto-import
|
||||||
|
|
||||||
# install path for the XML configuration file
|
# install path for the XML configuration file
|
||||||
unix:xml.path = $$(HOME)/analysis/bin/
|
unix:xml.path = $$(HOME)/analysis/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user