From 5edb7d9b8d294ad53358f9a805f8f249b0975139 Mon Sep 17 00:00:00 2001 From: Andrew Plumb Date: Wed, 15 Feb 2012 08:42:53 -0500 Subject: Replaced static paths with $$PWD and $QTDIR Hand-editing openscad.pro.user to make all paths relative to $$PWD (the location of openscad.pro) and $QTDIR works. diff --git a/openscad.pro.user b/openscad.pro.user index e53f571..087d6e6 100644 --- a/openscad.pro.user +++ b/openscad.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget @@ -103,7 +103,7 @@ Qt4ProjectManager.Qt4BuildConfiguration 0 - /Users/clothbot/Projects/github/clothbot/openscad-build-desktop + $$PWD/../openscad-build-desktop -1 true @@ -124,7 +124,7 @@ Qt4ProjectManager.MakeStep false - + -j4 2 @@ -151,14 +151,14 @@ OPENSCAD_LIBRARIES=$$PWD/../libraries/install CCACHE_BASEDIR=$$PWD/.. - PATH=/opt/local/libexec/ccache:/usr/bin:/Users/clothbot/QtSDK/Desktop/Qt/474/gcc/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin + PATH=/opt/local/libexec/ccache:/usr/bin:$QTDIR/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin EIGEN2DIR=$$PWD/../libraries/install/include/eigen2 Desktop Qt 4.7.4 for GCC (Qt SDK) Debug Qt4ProjectManager.Qt4BuildConfiguration 2 - /Users/clothbot/Projects/github/clothbot/openscad + $$PWD 3 false @@ -208,7 +208,7 @@ Qt4ProjectManager.Qt4BuildConfiguration 2 - /Users/clothbot/Projects/github/clothbot/openscad-build-desktop + $$PWD/../openscad-build-desktop -1 true @@ -258,7 +258,7 @@ Qt4ProjectManager.Qt4BuildConfiguration 0 - /Users/clothbot/Projects/github/clothbot/openscad-build-desktop + $$PWD/../openscad-build-desktop -1 true @@ -310,7 +310,7 @@ Desktop Qt 4.7.4 for GCC (Qt SDK) Qt4ProjectManager.Qt4BuildConfiguration 0 - /Users/clothbot/Projects/github/clothbot/openscad-release-desktop + $$PWD/../openscad-release-desktop 3 true -- cgit v0.10.1