summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.pro (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-17Ran make distclean for libusb and universal binary support to heimdall-frontendBenjamin-Dobell1-2/+11
2010-12-07make install output directory can now be set via qmake variable FRONTENDOUTDIRBenjamin-Dobell1-20/+24
It can be set like so: qmake -set FRONTENDOUTDIR /Desired/Out/Dir
2010-12-04Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell1-0/+0
2010-12-04Addresses:Benjamin Dobell1-2/+23
- Issue No. #3 Title: Please improve make and install procedure for heimdall-frontend Reporter: victornoel URL: https://github.com/Benjamin-Dobell/Heimdall/issues#issue/3 Changes: - Removed install procedure from "make" and added it to "make install". - Added install location prompt when calling "qmake". - Updated OS X and Linux READMEs to reflect this. modified: README modified: ../OSX/README.txt modified: ../heimdall-frontend/heimdall-frontend.pro