]> granicus.if.org Git - nethack/commitdiff
more Qt follow-up
authornhmall <nhmall@nethack.org>
Sat, 7 Dec 2019 20:27:57 +0000 (15:27 -0500)
committernhmall <nhmall@nethack.org>
Sat, 7 Dec 2019 20:27:57 +0000 (15:27 -0500)
sys/unix/Makefile.src

index b4627016d4d5798b911ec53e112730c9f1da803e..184ef57f980975609e5e607e8ba10392eabb2b01 100644 (file)
@@ -604,10 +604,10 @@ objects.o:
 
 # Qt 3 windowport meta-object-compiler output
 qt3kde0.moc: ../include/qt_kde0.h
-       $(QTDIR)/bin/moc -o qt_kde0.moc ../include/qt_kde0.h
+       $(QTDIR)/bin/moc -o qt3kde0.moc ../include/qt_kde0.h
 
 qt3win.moc: ../include/qt_win.h
-       $(QTDIR)/bin/moc -o qt_win.moc ../include/qt_win.h
+       $(QTDIR)/bin/moc -o qt3win.moc ../include/qt_win.h
 
 qttableview.moc: ../include/qttableview.h
        $(QTDIR)/bin/moc -o qttableview.moc ../include/qttableview.h