Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bfda0ab authored by Boris Barbulovski's avatar Boris Barbulovski Committed by Michal Marek
Browse files

Port xconfig to Qt5 - Remove Qt3Support from Makefile.

parent d5d973c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -265,8 +265,8 @@ $(obj)/.tmp_qtcheck:
	      moc="/usr/bin/moc"; \
	      moc="/usr/bin/moc"; \
	    fi; \
	    fi; \
	else \
	else \
	  cflags="\$$(shell pkg-config QtCore QtGui Qt3Support --cflags)"; \
	  cflags="\$$(shell pkg-config QtCore QtGui --cflags)"; \
	  libs="\$$(shell pkg-config QtCore QtGui Qt3Support --libs)"; \
	  libs="\$$(shell pkg-config QtCore QtGui --libs)"; \
	  moc="\$$(shell pkg-config QtCore --variable=moc_location)"; \
	  moc="\$$(shell pkg-config QtCore --variable=moc_location)"; \
	  [ -n "$$moc" ] || moc="\$$(shell pkg-config QtCore --variable=prefix)/bin/moc"; \
	  [ -n "$$moc" ] || moc="\$$(shell pkg-config QtCore --variable=prefix)/bin/moc"; \
	fi; \
	fi; \