Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
This commit is contained in:
@@ -225,8 +225,8 @@ FORMS += src/qt/forms/qrcodedialog.ui
|
||||
|
||||
contains(BITCOIN_QT_TEST, 1) {
|
||||
SOURCES += src/qt/test/test_main.cpp \
|
||||
src/qt/test/urltests.cpp
|
||||
HEADERS += src/qt/test/urltests.h
|
||||
src/qt/test/uritests.cpp
|
||||
HEADERS += src/qt/test/uritests.h
|
||||
DEPENDPATH += src/qt/test
|
||||
QT += testlib
|
||||
TARGET = bitcoin-qt_test
|
||||
|
||||
Reference in New Issue
Block a user