]> git.pld-linux.org Git - packages/avahi.git/blame - avahi-qt3.patch
- missing patches
[packages/avahi.git] / avahi-qt3.patch
CommitLineData
9ee69f34
JB
1Makefile defines QT5 for qt5, QT4 for qt4 and nothing for qt3.
2--- avahi-0.8/avahi-qt/qt-watch.cpp.orig 2018-09-14 07:31:28.490023071 +0200
3+++ avahi-0.8/avahi-qt/qt-watch.cpp 2020-02-27 19:04:41.371151893 +0100
4@@ -195,6 +195,6 @@
5 #include "qt-watch.moc5"
6 #elif defined(QT4)
7 #include "qt-watch.moc4"
8-#elif defined(QT3)
9+#else
10 #include "qt-watch.moc3"
11 #endif
This page took 0.044406 seconds and 4 git commands to generate.