We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3b0e7 commit f099cbbCopy full SHA for f099cbb
src/Makefile.qt.include
@@ -145,8 +145,6 @@ QT_MOC_CPP = \
145
qt/moc_favoritespage.cpp \
146
qt/moc_guiutil.cpp \
147
qt/moc_intro.cpp \
148
- qt/moc_macdockiconhandler.cpp \
149
- qt/moc_macnotificationhandler.cpp \
150
qt/moc_monitoreddatamapper.cpp \
151
qt/moc_noresult.cpp \
152
qt/moc_notificator.cpp \
@@ -199,6 +197,12 @@ QT_MOC_CPP = \
199
197
qt/voting/moc_votingmodel.cpp \
200
198
qt/voting/moc_votingpage.cpp
201
+if TARGET_DARWIN
+QT_MOC_CPP += \
202
+ qt/moc_macdockiconhandler.cpp \
203
+ qt/moc_macnotificationhandler.cpp
204
+endif
205
+
206
GRIDCOIN_MM = \
207
qt/macdockiconhandler.mm \
208
qt/macnotificationhandler.mm \
0 commit comments