@@ -62,8 +62,8 @@ contains(RELEASE, 1) {
62
62
BOOST_LIB_PATH =C:/deps/boost_1_55_0/stage/lib
63
63
BDB_INCLUDE_PATH =C:/deps/db-4.8.30.NC/build_unix
64
64
BDB_LIB_PATH =C:/deps/db-4.8.30.NC/build_unix
65
- OPENSSL_INCLUDE_PATH =C:/deps/openssl-1 .0.2l /include
66
- OPENSSL_LIB_PATH =C:/deps/openssl-1 .0.2l
65
+ OPENSSL_INCLUDE_PATH =C:/deps/openssl-3 .0.0 /include
66
+ OPENSSL_LIB_PATH =C:/deps/openssl-3 .0.0
67
67
MINIUPNPC_INCLUDE_PATH =C:/deps/
68
68
MINIUPNPC_LIB_PATH =C:/deps/miniupnpc
69
69
QRENCODE_INCLUDE_PATH =C:/deps/qrencode-3.4.4
@@ -204,6 +204,7 @@ HEADERS += src/qt/bitcoingui.h \
204
204
src/qt/aboutdialog.h \
205
205
src/qt/editaddressdialog.h \
206
206
src/qt/bitcoinaddressvalidator.h \
207
+ src/qt/alert.h \
207
208
src/addrman.h \
208
209
src/base58.h \
209
210
src/bignum.h \
@@ -232,6 +233,7 @@ HEADERS += src/qt/bitcoingui.h \
232
233
src/script.h \
233
234
src/init.h \
234
235
src/mruset.h \
236
+ src/warnings.h \
235
237
src/json/json_spirit_writer_template.h \
236
238
src/json/json_spirit_writer.h \
237
239
src/json/json_spirit_value.h \
@@ -241,6 +243,7 @@ HEADERS += src/qt/bitcoingui.h \
241
243
src/json/json_spirit_reader.h \
242
244
src/json/json_spirit_error_position.h \
243
245
src/json/json_spirit.h \
246
+ src/qt/clientversion.h \
244
247
src/qt/clientmodel.h \
245
248
src/qt/guiutil.h \
246
249
src/qt/transactionrecord.h \
@@ -283,9 +286,9 @@ HEADERS += src/qt/bitcoingui.h \
283
286
src/tinyformat.h \
284
287
src/qt/autosaver.h \
285
288
src/qt/qrcodedialog.h \
286
- src/qt/cookiejar.h \
287
289
src/qt/serveur.h \
288
- src/qt/webview.h
290
+ src/qt/chatpage.h
291
+
289
292
290
293
291
294
SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
@@ -523,4 +526,4 @@ contains(RELEASE, 1) {
523
526
LIBS += -lrt -ldl
524
527
}
525
528
526
- system ($$QMAKE_LRELEASE -silent $$PWD/src/qt/locale/translations.pro )
529
+ system ($$QMAKE_LRELEASE -silent )
0 commit comments