5 | | Checkout Transmission source from svn |
6 | | Build Transmission.app in Release mode via included Xcode project file. This is just so we can get all the libs for linking into the Qt Client |
7 | | Download the attached qtr-macx.pro file into the qt directory of checked out transmission sources |
8 | | Open a terminal and cd into the qt directory |
9 | | Run "qmake qtr-macx.pro". This will generate new Xcode project file in that same directory |
10 | | Open that Xcode project file, select Release mode in Xcode and build the project |
11 | | If everything went well, you should now have a transmission-qt.app in qt directory |
| 5 | 1. Checkout Transmission source from svn |
| 6 | 2. Build Transmission.app in Release mode via included Xcode project file. This is just so we can get all the libs for linking into the Qt Client |
| 7 | 3. Download the attached qtr-macx.pro file into the qt directory of checked out transmission sources |
| 8 | 4. Open a terminal and cd into the qt directory |
| 9 | 5. Run "qmake qtr-macx.pro". This will generate new Xcode project file in that same directory |
| 10 | 6. Open that Xcode project file, select Release mode in Xcode and build the project |
| 11 | |
| 12 | If everything went well, you should now have a transmission-qt.app in qt directory |