diff --git a/debian/rules b/debian/rules index c356d13a..9a7af754 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@ diff --git a/doc/release-process.md b/doc/release-process.md index 075ec4fa..115d7598 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -8,7 +8,7 @@ Release Process ### Update (commit) version in sources doc/README* - paycoin.pro + paycoin-qt.pro share/setup.nsi src/version.h diff --git a/doc/translation_process.md b/doc/translation_process.md index 704e2f3e..0501133b 100644 --- a/doc/translation_process.md +++ b/doc/translation_process.md @@ -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. diff --git a/paycoin.pro b/paycoin-qt.pro similarity index 100% rename from paycoin.pro rename to paycoin-qt.pro