From 13879aabd00233d4ccb46bbc9a3c27ccfe3a31a6 Mon Sep 17 00:00:00 2001 From: "Bastian M. Wojek" Date: Thu, 25 Feb 2010 06:38:02 +0000 Subject: [PATCH] fixed system variable access bugs for the xml-file in musredit --- src/musredit/musredit.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musredit/musredit.pro b/src/musredit/musredit.pro index f2ec08e4..c48b04bd 100644 --- a/src/musredit/musredit.pro +++ b/src/musredit/musredit.pro @@ -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