add zxcvbn to the qmake build system

This commit is contained in:
moneromooo.monero
2016-12-15 23:47:53 +00:00
parent aae35df77d
commit b882de8e1c
3 changed files with 8 additions and 5 deletions

View File

@@ -34,7 +34,8 @@ HEADERS += \
src/QR-Code-generator/QrSegment.hpp \
src/daemon/DaemonManager.h \
src/model/AddressBookModel.h \
src/libwalletqt/AddressBook.h
src/libwalletqt/AddressBook.h \
src/zxcvbn-c/zxcvbn.h
SOURCES += main.cpp \
@@ -56,7 +57,8 @@ SOURCES += main.cpp \
src/QR-Code-generator/QrSegment.cpp \
src/daemon/DaemonManager.cpp \
src/model/AddressBookModel.cpp \
src/libwalletqt/AddressBook.cpp
src/libwalletqt/AddressBook.cpp \
src/zxcvbn-c/zxcvbn.c
lupdate_only {
SOURCES = *.qml \
@@ -236,7 +238,6 @@ QMAKE_EXTRA_COMPILERS += langrel
PRE_TARGETDEPS += langupd compiler_langrel_make_all
RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model