fixed system variable access bugs for the xml-file in musredit
This commit is contained in:
parent
1e3b65da6c
commit
13879aabd0
@ -20,8 +20,8 @@ QMAKE_CC = gcc
|
||||
QMAKE_CXX = g++
|
||||
|
||||
# install path for the XML configuration file
|
||||
unix:xml.path = $(ROOTSYS)/bin/
|
||||
macx:xml.path = $(ROOTSYS)/bin/
|
||||
unix:xml.path = $$(ROOTSYS)/bin/
|
||||
macx:xml.path = $$(ROOTSYS)/bin/
|
||||
win32:xml.path = c:/musrfit/bin
|
||||
xml.files = musredit_startup.xml
|
||||
INSTALLS += xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user