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 Sep 3, 2024
1 parent 2aa33f2 commit 32c33af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions litedoge-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,8 @@ windows:!contains(MINGW_THREAD_BUGFIX, 0) {
LIBS += -lrt
}

macx:HEADERS += src/qt/macdockiconhandler.h
src/qt/macnotificationhandler.h
macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm
src/qt/macnotificationhandler.mm
macx:HEADERS += src/qt/macdockiconhandler.h src/qt/macnotificationhandler.h
macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm src/qt/macnotificationhandler.mm
macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
macx:ICON = src/qt/res/icons/bitcoin.icns
Expand Down

0 comments on commit 32c33af

Please sign in to comment.