Zetacoin Forum - The Official Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

QR code for Zetacoin client?

2 posters

Go down

QR code for Zetacoin client? Empty QR code for Zetacoin client?

Post by Cedced Sat Dec 14, 2013 12:03 am

I was wondering if it would be a big deal to have the QR code feature (like Bitcoin has) integrated in the Zetacoin client?

Cedced

Antal inlägg : 8
Registreringsdatum : 2013-12-13

Back to top Go down

QR code for Zetacoin client? Empty Re: QR code for Zetacoin client?

Post by EricSchreyer Wed Dec 18, 2013 10:13 pm

}
# for extra security (see: https://wiki.debian.org/Hardening): this flag is GCC compiler-specific
QMAKE_CXXFLAGS *= -D_FORTIFY_SOURCE=2
# for extra security on Windows: enable ASLR and DEP via GCC linker flags
win32:QMAKE_LFLAGS *= -Wl,--dynamicbase -Wl,--nxcompat
# on Windows: enable GCC large address aware linker flag
win32:QMAKE_LFLAGS *= -Wl,--large-address-aware

# use: qmake "USE_QRCODE=1"
# libqrencode (http://fukuchi.org/works/qrencode/index.en.html) must be installed for support
contains(USE_QRCODE, 1) {
message(Building with QRCode support)
DEFINES += USE_QRCODE
LIBS += -lqrencode
}

contains(USE_QRCODE, 1) {
HEADERS += src/qt/qrcodedialog.h
SOURCES += src/qt/qrcodedialog.cpp
FORMS += src/qt/forms/qrcodedialog.ui
}

https://github.com/zetacoin/zetacoin/blob/master/zetacoin-qt.pro

EricSchreyer

Antal inlägg : 31
Registreringsdatum : 2013-12-13
Ålder : 64
Ort : Germany

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum