Skip to content

Commit

Permalink
Update litedoge-qt.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Aug 28, 2024
1 parent 5fedf51 commit d0f56bd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions litedoge-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ contains(RELEASE, 1) {
BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib
BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.2l/include
OPENSSL_LIB_PATH=C:/deps/openssl-1.0.2l
OPENSSL_INCLUDE_PATH=C:/deps/openssl-3.0.0/include
OPENSSL_LIB_PATH=C:/deps/openssl-3.0.0
MINIUPNPC_INCLUDE_PATH=C:/deps/
MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
Expand Down Expand Up @@ -204,6 +204,7 @@ HEADERS += src/qt/bitcoingui.h \
src/qt/aboutdialog.h \
src/qt/editaddressdialog.h \
src/qt/bitcoinaddressvalidator.h \
src/qt/alert.h \
src/addrman.h \
src/base58.h \
src/bignum.h \
Expand Down Expand Up @@ -232,6 +233,7 @@ HEADERS += src/qt/bitcoingui.h \
src/script.h \
src/init.h \
src/mruset.h \
src/warnings.h \
src/json/json_spirit_writer_template.h \
src/json/json_spirit_writer.h \
src/json/json_spirit_value.h \
Expand All @@ -241,6 +243,7 @@ HEADERS += src/qt/bitcoingui.h \
src/json/json_spirit_reader.h \
src/json/json_spirit_error_position.h \
src/json/json_spirit.h \
src/qt/clientversion.h \
src/qt/clientmodel.h \
src/qt/guiutil.h \
src/qt/transactionrecord.h \
Expand Down Expand Up @@ -283,9 +286,9 @@ HEADERS += src/qt/bitcoingui.h \
src/tinyformat.h \
src/qt/autosaver.h \
src/qt/qrcodedialog.h \
src/qt/cookiejar.h \
src/qt/serveur.h \
src/qt/webview.h
src/qt/chatpage.h



SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
Expand Down Expand Up @@ -523,4 +526,4 @@ contains(RELEASE, 1) {
LIBS += -lrt -ldl
}

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

0 comments on commit d0f56bd

Please sign in to comment.