From b61cc9c5f11d2380da5075272d4a550ee5f2d0a5 Mon Sep 17 00:00:00 2001 From: optiq1 Date: Wed, 8 Nov 2017 16:20:59 +0100 Subject: [PATCH 1/2] Update CryptoNoteWallet.cmake --- CryptoNoteWallet.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CryptoNoteWallet.cmake b/CryptoNoteWallet.cmake index 4af8821d2..307258464 100644 --- a/CryptoNoteWallet.cmake +++ b/CryptoNoteWallet.cmake @@ -1,4 +1,4 @@ -set(CN_PROJECT_NAME "") -set(CN_CURRENCY_DISPLAY_NAME "") -set(CN_CURRENCY_TICKER "") +set(CN_PROJECT_NAME "Qcoin") +set(CN_CURRENCY_DISPLAY_NAME "Qcoin") +set(CN_CURRENCY_TICKER "Q") From 4b4262eaa8671f606aee78cf5eab388282dafe6d Mon Sep 17 00:00:00 2001 From: Quint Aartsen Date: Wed, 8 Nov 2017 16:37:26 +0100 Subject: [PATCH 2/2] add link add link --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..107efe9c9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "QCoin"] + path = QCoin + url = https://github.com/optiq1/QCoin.git