Skip to content

Commit

Permalink
Merge pull request PaycoinFoundation#444 from mitchellcash/rename_pro…
Browse files Browse the repository at this point in the history
…ject

Rename project to paycoin-qt
  • Loading branch information
scroogemcdev committed Feb 16, 2016
2 parents 6f5e188 + c5c281a commit f989eec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ override_dh_auto_build:
$(MAKE)

override_dh_auto_configure:
qmake-qt4 -makefile paycoin.pro USE_QRCODE=1 USE_UPNP=1
qmake-qt4 -makefile paycoin-qt.pro USE_QRCODE=1 USE_UPNP=1

%:
dh $@
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release Process
### Update (commit) version in sources

doc/README*
paycoin.pro
paycoin-qt.pro
share/setup.nsi
src/version.h

Expand Down
2 changes: 1 addition & 1 deletion doc/translation_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ handle those translations.
Files and Folders
-----------------

### paycoin.pro
### paycoin-qt.pro

This file takes care of generating `.qm` files from `.ts` files. It is mostly
automated.
Expand Down
File renamed without changes.

0 comments on commit f989eec

Please sign in to comment.