Skip to content

Commit d0f56bd

Browse files
authored
Update litedoge-qt.pro
1 parent 5fedf51 commit d0f56bd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

litedoge-qt.pro

+8-5
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ contains(RELEASE, 1) {
6262
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
6363
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
6464
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
6767
MINIUPNPC_INCLUDE_PATH=C:/deps/
6868
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
6969
QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
@@ -204,6 +204,7 @@ HEADERS += src/qt/bitcoingui.h \
204204
src/qt/aboutdialog.h \
205205
src/qt/editaddressdialog.h \
206206
src/qt/bitcoinaddressvalidator.h \
207+
src/qt/alert.h \
207208
src/addrman.h \
208209
src/base58.h \
209210
src/bignum.h \
@@ -232,6 +233,7 @@ HEADERS += src/qt/bitcoingui.h \
232233
src/script.h \
233234
src/init.h \
234235
src/mruset.h \
236+
src/warnings.h \
235237
src/json/json_spirit_writer_template.h \
236238
src/json/json_spirit_writer.h \
237239
src/json/json_spirit_value.h \
@@ -241,6 +243,7 @@ HEADERS += src/qt/bitcoingui.h \
241243
src/json/json_spirit_reader.h \
242244
src/json/json_spirit_error_position.h \
243245
src/json/json_spirit.h \
246+
src/qt/clientversion.h \
244247
src/qt/clientmodel.h \
245248
src/qt/guiutil.h \
246249
src/qt/transactionrecord.h \
@@ -283,9 +286,9 @@ HEADERS += src/qt/bitcoingui.h \
283286
src/tinyformat.h \
284287
src/qt/autosaver.h \
285288
src/qt/qrcodedialog.h \
286-
src/qt/cookiejar.h \
287289
src/qt/serveur.h \
288-
src/qt/webview.h
290+
src/qt/chatpage.h
291+
289292

290293

291294
SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
@@ -523,4 +526,4 @@ contains(RELEASE, 1) {
523526
LIBS += -lrt -ldl
524527
}
525528

526-
system($$QMAKE_LRELEASE -silent $$PWD/src/qt/locale/translations.pro)
529+
system($$QMAKE_LRELEASE -silent)

0 commit comments

Comments
 (0)