Skip to content

Commit

Permalink
Fixed some issues with formatting in mkspecs section of os x notes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8308 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 1, 2008
1 parent 509223b commit 9a8fe25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion INSTALL
Expand Up @@ -483,7 +483,9 @@ QT_EDITION_UNKNOWN to QT_EDITION_OPENSOURCE
Second change the default mkspec symlink so that it points to macx-g++:


cd /usr/local/Qt4.3/mkspecs/ sudo rm default sudo ln -sf macx-g++ default
cd /usr/local/Qt4.3/mkspecs/
sudo rm default
sudo ln -sf macx-g++ default



Expand Down
4 changes: 3 additions & 1 deletion INSTALL.t2t
Expand Up @@ -379,7 +379,9 @@ change
Second change the default mkspec symlink so that it points to macx-g++:

```
cd /usr/local/Qt4.3/mkspecs/ sudo rm default sudo ln -sf macx-g++ default
cd /usr/local/Qt4.3/mkspecs/
sudo rm default
sudo ln -sf macx-g++ default
```


Expand Down

0 comments on commit 9a8fe25

Please sign in to comment.