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 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")